Created on 17 April 2017
icon_unfollowing
Login to follow
image-utils-mobile

Image Utils Mobile

Stable version 3.0.1 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 06 November 2019 by 
image-utils-mobile

Image Utils Mobile

Created on OutSystems 11

Version 3.0.1

Stable
Current
Application Package
Uploaded on 06 November 2019 by 
Compatible with:
Version 11
Database:
All
Release notes:

Fix: 

- Now only resize larger resolution image (compared to MaxWidthOrHeight input parameter)

- fix orientation still applied for smaller image

Application Objects:
Image Utils Mobile has 0 AOs.

Version 3.0.0

Stable
Application Package
Uploaded on 04 November 2019 by 
Compatible with:
Version 11
Database:
All
Release notes:

HUGE file size savings (kilobytes, even megabytes) in this new version.

- Now output image to JPEG, not PNG
- Watermark processing still using PNG to maintain alpha channel / transparency.
- New JPEG Quality input parameter (default to 0,7)


In old version, sometimes small image yields resized output in larger file size than original, it's because of plugin's png uncompressed output.

You must try this new version, now!

Application Objects:
Image Utils Mobile has 0 AOs.
Created on OutSystems 10

Version 2.0.1

Stable
Application Package
Uploaded on 20 April 2018 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Minor clean up...

Version 2.0.0

Stable
Application Package
Uploaded on 20 April 2018 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Update:

- if image input = NullBinary() (empty image), no longer raise exception

- FixOrientation: input parameter "orientation" is optional now (was mandatory).

if input parameter "orientation" is empty or "0", orientation will be automatically acquired (only source binary data with EXIF info).

- AddImageWatermark: now has 2 additional output parameters to eliminate the need to raise exception

- success (boolean)

- errormessage (text)