Image version 0.9.0
Enhancements
-
Image.open/2
supports opening.gif
and.tif
images from raw binary data in addition to the previous.jpeg
,.png
and.webp
. -
Add
Image.shape/1
-
Add
Image.interpretation/1
-
Add
Image.type/1
-
Add initial support for eVision. In this release the function
Image.QRcode.decode/1
is provided to decode images that contain a QRcode. See theeVision
repository for installation instructions since this library is not yet onhex.pm
. -
Removed most dialyzer warnings. The remaining warnings require an update to
Vix
(a PR has been submitted).