mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibGfx: Add a spec link for the JPEG decoder
This commit is contained in:
committed by
Andreas Kling
parent
71afef6466
commit
acc5161535
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user