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:
parent
71afef6466
commit
acc5161535
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue