mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibGfx/PortableFormat: Port to Stream
Each one of `[PBM, PGM, PPM]Loader` used yet another stream-like relic. This patch ports all of them to `AK::Stream`.
This commit is contained in:
parent
b9574c180e
commit
7cafd7d177
8 changed files with 88 additions and 79 deletions
|
@ -23,5 +23,5 @@ struct PPM {
|
|||
using PPMLoadingContext = PortableImageMapLoadingContext<PPM>;
|
||||
using PPMImageDecoderPlugin = PortableImageDecoderPlugin<PPMLoadingContext>;
|
||||
|
||||
bool read_image_data(PPMLoadingContext& context, Streamer& streamer);
|
||||
bool read_image_data(PPMLoadingContext& context);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue