Give us feedback
create-thumbnail
Service icon

Create Thumbnail

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 19 October 2022 by 
5.0
 (1 rating)
create-thumbnail

Create Thumbnail

Documentation
1.0.1
Create a Thumbnail of an Image

Extension details:


Parameters:

SourceImageBin: The input BIN file.

MaxSize: The  proportional size of the resulting image is based on this maxSize. 

OutPutImage: The thumbnail BIN.
ImageTypeIN: MIME type - For the output file:  
- image/png
- image/jpeg
- image/gif
ImageTypeOUT: MIME type - Default 'image/png'
HasError: True if an error occur.
ErroMessage: If an error occurs, this parameter holds the error message

Important note: The update to this version it's easy and you only need to refresh the references after publishing it. 


Link for testing: https://emidiocorreiapro.outsystemscloud.com/CreateThumbnail/CreateThumbnail



1.0.0

Create a Thumbnail of an Image

Extension details:


Parameters:

SourceImageBin: The input BIN file.

MaxSize: The  proportional size of the resulting image is based on this maxSize.
OutPutImage: The thumbnail BIN.
ImageType: MIME type - Default 'image/png'
HasError: True if an error occur.
ErroMessage: If an error occurs, this parameter holds the error message.