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);