Files
ladybird/Libraries/LibGfx
Lenny Maiorani 58c52b155a LibGfx: Extraction of Streamer from P*MLoader
Problem:
- `Streamer` is the same in [PBM,PGM,PPM]Loader class implementations.

Solution:
- Extract it to its own header file to reduce maintenance burden.
- Implement `read` in terms of `read_bytes` to make the class "DRY".
- Decorate all functions with `constexpr`.
2020-12-21 09:58:27 +01:00
..
2020-12-02 10:46:40 +01:00
2020-11-22 16:07:00 +01:00
2020-11-22 16:07:00 +01:00
2020-10-26 18:55:36 +01:00
2020-12-08 09:39:43 +01:00
2020-12-06 01:01:15 +01:00
2020-12-08 09:39:43 +01:00
2020-07-25 02:13:43 +02:00