mogrify v0.9.0 Release Notes

Release Date: 2021-07-03 // almost 3 years ago
    • 💥 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