Ben Wiederhake
|
da394abe04
|
LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOr
This prevents callers from accidentally discarding the result of
initialize(), which was the root cause of this OSS Fuzz bug:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=55896&q=label%3AProj-serenity&sort=summary
|
2023-05-12 09:40:24 +01:00 |
|
Tom
|
e7921cfe14
|
LibGfx: Add first_animated_frame_index method to ImageDecoder
Some image formats such as APNG may not use the first frame for
animations.
|
2023-05-05 15:20:44 +01:00 |
|
Ben Wiederhake
|
560133a0c6
|
Everywhere: Remove unused DeprecatedString includes
|
2023-04-09 22:00:54 +02:00 |
|
Lucas CHOLLET
|
496b7ffb2b
|
LibGfx: Move all image loaders and writers to a subdirectory
|
2023-03-21 22:39:25 +01:00 |
|