The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.008 - 2021-10-12

  • No functional changes.
  • [build] [doc] Rebuild with Math::Image::CalcResized 0.005 to add description to image-resize-notation-to-human.

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