summaryrefslogtreecommitdiff
path: root/Userland/Utilities/image.cpp
AgeCommit message (Expand)Author
2023-03-16image: Don't just crash when the input file can't be decodedNico Weber
2023-03-16image: Add --assign-color-profile= flagNico Weber
2023-03-16image: Add --strip-color-profile flagNico Weber
2023-03-15image: Preserve ICC profiles in BMP outputNico Weber
2023-03-15image: Make the ppm writing code a tiny bit shorterNico Weber
2023-03-15image: Preserve ICC profiles in PNG outputNico Weber
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-13image: Add an argument to choose to write PPMs in binary or in ASCIILucas CHOLLET
2023-03-13image: Support writing to PPM filesLucas CHOLLET
2023-03-12LibGfx: Change BMPWriter API to be consistent with other image writersNico Weber
2023-03-12LibGfx: Make QOIWriter use ErrorOrNico Weber
2023-03-12Userland: Add an `image` utilityNico Weber