This software is a fixup handler that instantly resizes and crops images while caching the outcomes. It does not rely on ImageMagick.
While there are other modules that can perform similar tasks, AIR might be the best option for those who only require the ability to show images at an arbitrary size in a simple, clean way. In contrast, if your requirements include more complicated transformations or you're running mod_perl behind a thin proxy, a different software such as Apache::ImageMagick might be better suited to your needs.
AIR utilizes Imager as the primary tool to do the work. However, if nobody else does, the developer intends to produce a proper general-purpose Apache::Imager package. This software will end up being a special case with a simplified interface and will probably exist along with an Apache::Imager::Translate and other useful shortcut modules.
To utilize this software, all you need to do is include the following within the required configuration files:
< Files "*.jpg" >
PerlFixupHandler Apache::Imager::Resize
ImgResizeCacheDir '/imgcache'
< /Files >
Or
< Location "/liveimages" >
PerlHandler Apache::Imager::Resize
ImgResizeNoCache on
ImgResizeWidthParam 'w'
ImgResizeHeightParam 'h'
< /Location >
And on the desired web page, use the following:

In conclusion, Apache::Imager::Resize is a reliable software that rightly performs its core functions without any fuss. Its user-friendly interface and caching system make it an ideal option for users who require simple image resizing at any size.
Version 0.11: N/A