Skip to content

[Obsolete] Imager Tools

Pre-release
Pre-release
Compare
Choose a tag to compare
@colbyn colbyn released this 21 Jan 20:57

Prebuilt binaries for Linux and MacOS.

Examples

Basic:

$ imager -i input/image.jpeg -o output/image.jpeg -f jpeg

Offering JPEG/WebP variants:

$ imager -i input/image.jpeg -O output/dir/ -f jpeg webp

Release Notes

  • Fixed an oversight with uneven image dimensions. Internally this was due to how imager represents decoded images in the YUV420P format.