Files
ladybird/Userland/Libraries/LibGfx/ImageFormats/PNGLoader.cpp
Jelle Raaijmakers 1388b6866e LibGfx: Return descriptive errors when decoding PNGs
We had an interesting tri-state `ErrorOr<bool>` going on when decoding
PNGs; replace it with `ErrorOr<void>` and add some descriptive errors.
2024-11-04 14:47:37 +01:00

11 KiB