1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:07:44 +00:00

LibGfx: Add a spec link for the JPEG decoder

This commit is contained in:
Lucas CHOLLET 2023-02-19 11:34:05 -05:00 committed by Andreas Kling
parent 71afef6466
commit acc5161535

View file

@ -12,6 +12,8 @@ namespace Gfx {
struct JPEGLoadingContext;
// For the specification, see: https://www.w3.org/Graphics/JPEG/itu-t81.pdf
class JPEGImageDecoderPlugin : public ImageDecoderPlugin {
public:
static ErrorOr<bool> sniff(ReadonlyBytes);