Fix:
- Now only resize larger resolution image (compared to MaxWidthOrHeight input parameter)
- fix orientation still applied for smaller image
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!
Minor clean up...
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)