0156d06cdc
LibDEFLATE: Support decompressing to/from partial buffer
...
We no longer require the user to pass full compressed data in one go,
instead the decompressor reports to the user if it needs more input or
output space.
2026-04-13 03:04:55 +03:00
87979b1627
LibImage: Don't allocate zlib stream to a contiguous buffer
...
We can now pass multiple buffers to the decoder!
2026-04-11 19:48:46 +03:00
4952a82af5
LibImage: Use LibDEFLATE instead of builtin DEFLATE decompressor
2025-10-28 05:50:19 +02:00
d8bb0b53f8
LibImage: Fix PNG palette decoding
...
I was only loading third of the palette to wrong indices :D
2025-02-12 10:09:03 +02:00
d36b64e0c8
LibImage: name color to u32 function to to_argb from to_rgba
...
This is the actual format that it returns
2024-10-13 22:01:46 +03:00
11a4e4faa2
LibImage: Add Adam7 support for PNG decoder
2024-09-26 11:47:34 +03:00
318ce5dec8
All: Fix a lot of compiler warnings from header files
...
While reworking build system, header files started to report warnings.
2024-06-18 23:02:10 +03:00
c69919738b
BuildSystem: Move all userpace libraries under the userspace directory
...
As the number of libraries is increasing, root directory starts to
expand. This adds better organization for libraries
2024-06-18 13:14:35 +03:00