Skip to content

v5.1.0-android

Latest
Compare
Choose a tag to compare
@jquick-axway jquick-axway released this 19 Oct 23:45
· 8 commits to stable since this release
96ce06f
  • 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.