image-compressor
Mobile icon

Image Compressor Plugin

Stable version 1.0.2 (Compatible with OutSystems 11)
Uploaded
 on 13 July 2020
 by 
5.0
 (2 ratings)
image-compressor

Image Compressor Plugin

Documentation
1.0.2

To use this code, 

Call CheckPluginAvailable client action first to verify that the specific component is available in the device. This client action can be called on application ready to determine that this code is included during publishing and generation of the installer.

Call ImageCompress client action to compress any images you have. This will give out a binary data which is the outcome of the compression logic together with IsSuccess and Message. Message will contain an error message if the IsSuccess is False.


Check out the demo to understand more on how to use this component.