Age | Commit message (Expand) | Author |
---|---|---|
2023-03-16 | image: Don't just crash when the input file can't be decoded | Nico Weber |
2023-03-16 | image: Add --assign-color-profile= flag | Nico Weber |
2023-03-16 | image: Add --strip-color-profile flag | Nico Weber |
2023-03-15 | image: Preserve ICC profiles in BMP output | Nico Weber |
2023-03-15 | image: Make the ppm writing code a tiny bit shorter | Nico Weber |
2023-03-15 | image: Preserve ICC profiles in PNG output | Nico Weber |
2023-03-13 | AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted | Tim Schumacher |
2023-03-13 | image: Add an argument to choose to write PPMs in binary or in ASCII | Lucas CHOLLET |
2023-03-13 | image: Support writing to PPM files | Lucas CHOLLET |
2023-03-12 | LibGfx: Change BMPWriter API to be consistent with other image writers | Nico Weber |
2023-03-12 | LibGfx: Make QOIWriter use ErrorOr | Nico Weber |
2023-03-12 | Userland: Add an `image` utility | Nico Weber |