[Obsolete] Imager Tools
Pre-release
Pre-release
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.