The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.005 - 2021-10-05

  • Add utilities: convert-image-to, convert-image-to-pdf.

Documentation

Given size of an image (in WxH, e.g. "2592x1944") and ImageMagick-like resize instruction (e.g. "1024p>"), calculate new resized image
Convert images using ImageMagick's 'convert' utility, with multiple file support and automatic output naming
Convert images to PDF using ImageMagick's 'convert' utility
Reduce image size, by default via compressing to JPEG quality 40 and downsizing to 1024p
Translate ImageMagick-like resize notation (e.g. "720^>") to human-friendly text (e.g. "shrink shortest side to 720px")

Modules

Utilities related to ImageMagick