LibGfx/GIF: Add a spec link

This commit is contained in:
Lucas CHOLLET 2024-05-07 08:37:19 -04:00 committed by Andrew Kaster
parent 2513a1b83f
commit f43bf1086b

View file

@ -14,6 +14,8 @@ namespace Gfx {
struct GIFLoadingContext;
// Specified at: https://www.w3.org/Graphics/GIF/spec-gif89a.txt
class GIFImageDecoderPlugin final : public ImageDecoderPlugin {
public:
static bool sniff(ReadonlyBytes);