Files
ladybird/Userland/Libraries/LibGfx/ImageFormats/PNGLoader.h
Lucas CHOLLET ff6d82c3e7 LibGfx/PNG: Decode the header in create() and remove initialize()
This is done as a part of #19893. As `create()` is now the last user of
`decode_png_ihdr()`, we can easily make it return an `ErrorOr`.
2023-07-17 06:49:03 +01:00

1.0 KiB