Skip to main content

Changelog

v1.1.0 - 2025-02-12

Added:

  • Added support for fit: 'contain' in resizeImage to ensure the entire image is preserved when resizing.
  • Implemented transparent background support for images that support alpha channels (PNG, WebP).

Changed:

  • Updated batchResize to apply the improved resizeImage behavior across batch-processed images.
  • Ensured PNG output format when transparency is needed.

Fixed:

  • Fixed an issue where images were getting cropped unexpectedly during resizing.

v1.0.1 - v1.0.6 2025-02-18

Added:

  • Auto documentation updates

v1.0.0 - 2025-02-12

Added:

  • Initial release