Skip to content

Releases: tidev/ti.imagefactory

v5.1.0-android

19 Oct 23:45
96ce06f
Compare
Choose a tag to compare
  • 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.

v2.1.0-iphone

19 Oct 23:43
96ce06f
Compare
Choose a tag to compare
  • 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 compressToFile() method. (Parity with Android.)
  • Added Mac Catalyst support.
  • Updated min Titanium SDK version to 9.2.0.

v5.0.0-android

19 Feb 14:32
3520f67
Compare
Choose a tag to compare
build(ios): use sdk 9.3.2 GA to build by default

v2.0.0-iphone

19 Feb 14:32
3520f67
Compare
Choose a tag to compare
build(ios): use sdk 9.3.2 GA to build by default

android-4.0.0

12 Dec 17:52
554fe1d
Compare
Choose a tag to compare
  • Support Titanium SDK 7+ and Android 64-Bit (#30 by @m1ga)

ios-1.3.0

07 May 13:25
Compare
Choose a tag to compare
  • Support image rotation functionality (#15)

android-3.1.0

07 May 13:26
Compare
Choose a tag to compare
  • Support image rotation functionality (#15)

ios-1.2.1

15 Jan 15:11
Compare
Choose a tag to compare
  • Recompile with latest 6.0.1.GA

android-3.0.0

15 Jul 17:06
Compare
Choose a tag to compare

TIMOB-23598 Android: Recompile ti.imagefactory module against latest SDKK

  • Compiled against 6.0.0 master branch of SDK
  • V8 5.1.281.59
  • minsdk of 6.0.0, apiversion of 3

android-2.2.2

25 Nov 03:42
Compare
Choose a tag to compare

[MOD-2166] Android: Recompiled binary for Android 6.0 support