Image Modifier Toolbox

Content Type: Module
Categories: Visualization,Data

Overview

Rotate, scale, shear, and modify your images in Mendix with this collection of image modifier actions.

Documentation

ImageModifierToolbox - Version 1.0

This Mendix module contains multiple Java actions that can be used to modify images.

Java Actions

  • ImageBrightnessAndContrast: Currently only works with PNG images. Modifies the brightness and/or contrast of input image.

  • ImageConvertToPNG: Converts Jpg, Jpeg, and WEBP images to PNG. Userful when wanting to use Java actions that require image to be in the PNG format.

  • ImageFlip: Currently works with Jpg, Jpeg, and PNG images. Flips images horizontally and/or vertically

  • ImageOpacity: Currently works with PNG images. Modifies the opacity of input image.

  • ImageRotate: Currently works with Jpg, Jpeg, and PNG images. Rotates image clockwise/anticlockwise.

  • ImageScale: Currently works with Jpg, Jpeg, and PNG images. Scales the input image horizontally and vertically.

  • ImageShear: Currently works with Jpg, Jpeg, and PNG images. Shears input image.

Releases

Version: 1.0.1
Framework Version: 9.24.11
Release Notes: ### Changes - Bug fixed where opacity, rotate, scale, and shear Java actions did not work in Mendix 10
Version: 1.0.0
Framework Version: 9.24.11
Release Notes: Initial release of ImageModifierToolbox. Java actions provided: - **ImageBrightnessAndContrast** (PNG compatible) - **ImageConvertToPNG** (Jpg, Jpeg, and WEBP compatible) - **ImageFlip** (Jpg, Jpeg, and PNG compatible) - **ImageOpacity** (PNG compatible) - **ImageRotate** (Jpg, Jpeg, and PNG compatible) - **ImageScale** (Jpg, Jpeg, and PNG compatible) - **ImageShear** (Jpg, Jpeg, and PNG compatible)