Image Editor (Toast UI) brings a powerful and customizable image editing experience to your OutSystems applications.It is powered by the Toast UI Image Editor, an open-source library that works seamlessly on both Web and Mobile.
This component allows users to load, edit, and save images with features like cropping, rotating, flipping, drawing, adding text/shapes/icons, and applying filters. It also supports Base64 images and binary data, making it easy to integrate with OutSystems entities.
Crop, rotate, and flip images.
Draw freehand or with shapes.
Add text with customizable fonts and colors.
Insert icons and stickers.
Apply filters for visual effects.
Load images from URL, Base64, or Binary data.
Save the edited image as Base64 or Binary to reuse in your application.
Customizable UI: button labels, default tool, menu bar position, and editor dimensions.
Responsive for both Web and Mobile apps.
top
bottom
left
right
Install the Component
Add Image Editor (Toast UI) Block to your application from OutSystems Forge.
Add the Web Block
Drag and drop the ImageEditor_ToastUI block into your screen.
Configure Inputs
Set either SelectedImageURL or SelectedImageBinary to load the initial image.
SelectedImageURL
SelectedImageBinary
Adjust Height, Width, menuBarPosition, and button labels as needed.
Height
Width
menuBarPosition
Capture Edited Image
Use the event from the block to get the final image.
You can save it to the database, display it in another widget, or upload.