All Versions
22
Latest Version
Avg Release Cycle
106 days
Latest Release
342 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