LibGfx/GIF: Add a spec link
This commit is contained in:
parent
2513a1b83f
commit
f43bf1086b
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue