All Versions
22
Latest Version
Avg Release Cycle
106 days
Latest Release
1058 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.2 Changes
June 24, 2022- ✨ Enhancements
- Added
:format
option toidentify/2
(#109)
- Added
- ✨ Enhancements
-
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
- Fixed
- 🛠 Bugfixes
-
v0.9.0 Changes
July 03, 2021💥 Breaking changes
save/2
andverbose/1
will useconvert
andidentify
executables instead ofmogrify
(except forin_place: true
passed tosave/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 toverbose/1
- Added
🛠 Bugfixes
histogram/1
will parse fractional RGB values- Input file will no longer be overwritten (except for
in_place: true
passed tosave/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
andsave/2
will throw an error if the ImageMagick command fails
✨ Enhancements
- Added configuration options for
mogrify
andconvert
executable paths. See README.
- Added configuration options for
-
v0.7.4 Changes
June 08, 2020- ✨ Enhancements
- Added support for Plasma via
custom(image, "plasma", ...)
combined withcreate/2
. See README for an example.
- Added support for Plasma via
- ✨ Enhancements
-
v0.7.3 Changes
August 19, 2019- 🛠 Bugfixes
- Create intermediate missing directories instead of silently failing
save/2
andcreate/2
- Fix for
custom(image, "annotate", ...)
with multi-word text - Skip Pango unit tests if Pango not installed
- Create intermediate missing directories instead of silently failing
- 🛠 Bugfixes
-
v0.7.2 Changes
March 12, 2019✨ Enhancements
- Added
quality/2
- Added
🛠 Bugfixes
- Fix commands on Windows
-
v0.7.0 Changes
December 14, 2018✨ Enhancements
- Added
:buffer
and:into
options tocreate/2
(notsave/2
; see #56). Allows writing to an in-memory buffer, or other Collectable of your choice, instead of a file. - Added
Image.buffer
field
- Added
🛠 Bugfixes
- Allow nil
Image.path
withcreate/2
, helps when creating images from scratch with Pango
- Allow nil
-
v0.6.1 Changes
May 08, 2018- 🛠 Fix
histogram/1
for RGBA images
- 🛠 Fix
-
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 withcreate/2
. See README for an example.
- Added support for Pango via