All Versions
22
Latest Version
Avg Release Cycle
106 days
Latest Release
643 days ago

Changelog History
Page 1

  • v0.9.2 Changes

    June 24, 2022
    • โœจ Enhancements
      • Added :format option to identify/2 (#109)
  • v0.9.1 Changes

    July 06, 2021
    • ๐Ÿ›  Bugfixes
      • Fixed format/2 when saving without extension or saving in place
      • Avoid potential buffer corruption in create/2
      • Windows: Fixed resize_to_limit/2 and faster command invocation
  • v0.9.0 Changes

    July 03, 2021
    • ๐Ÿ’ฅ Breaking changes

      • save/2 and verbose/1 will use convert and identify executables instead of mogrify (except for in_place: true passed to save/2). This fixes issues related to ImageMagick 6.9.12-14 and 7.0.11-13 behavior changes, where the input file would get overwritten.
    • โœจ Enhancements

      • Added identify/1 which works similarly to verbose/1
    • ๐Ÿ›  Bugfixes

      • histogram/1 will parse fractional RGB values
      • Input file will no longer be overwritten (except for in_place: true passed to save/2) when using ImageMagick 6.9.12-14 or higher, and ImageMagick 7.0.11-13 or higher
  • v0.8.0 Changes

    August 10, 2020
    • ๐Ÿ’ฅ Breaking changes

      • create/2 and save/2 will throw an error if the ImageMagick command fails
    • โœจ Enhancements

      • Added configuration options for mogrify and convert executable paths. See README.
  • v0.7.4 Changes

    June 08, 2020
    • โœจ Enhancements
      • Added support for Plasma via custom(image, "plasma", ...) combined with create/2. See README for an example.
  • v0.7.3 Changes

    August 19, 2019
    • ๐Ÿ›  Bugfixes
      • Create intermediate missing directories instead of silently failing save/2 and create/2
      • Fix for custom(image, "annotate", ...) with multi-word text
      • Skip Pango unit tests if Pango not installed
  • v0.7.2 Changes

    March 12, 2019
    • โœจ Enhancements

      • Added quality/2
    • ๐Ÿ›  Bugfixes

      • Fix commands on Windows
  • v0.7.0 Changes

    December 14, 2018
    • โœจ Enhancements

      • Added :buffer and :into options to create/2 (not save/2; see #56). Allows writing to an in-memory buffer, or other Collectable of your choice, instead of a file.
      • Added Image.buffer field
    • ๐Ÿ›  Bugfixes

      • Allow nil Image.path with create/2, helps when creating images from scratch with Pango
  • v0.6.1 Changes

    May 08, 2018
    • ๐Ÿ›  Fix histogram/1 for RGBA images
  • v0.6.0 Changes

    April 17, 2018
    • ๐Ÿ’ฅ Breaking changes

      • Requires Elixir 1.2 or higher
    • โœจ Enhancements

      • Added support for Pango via custom(image, "pango", ...) combined with create/2. See README for an example.