jquick-axway
released this
19 Oct 23:45
·
8 commits
to stable
since this release
- Fixed bug where all module APIs ignore a JPEG's exif orientation.
- Caused generated image to show the wrong orientation.
- Added a new
imageAsUpright()
method.- Will create a new blob/image in the upright orientation if given image has an EXIF orientation.
- Will return given blob/image reference as-is if it does NOT have an EXIF orientation.
- Added a new
metadataFrom()
method.- Reads EXIF data from image and returns it as a dictionary.
- Added WebP image format support.
- Updated min Titanium SDK version to 9.2.0.