Image Cropper
Overview
The Image Cropper widget lets end users crop, rotate, and adjust images directly within a Mendix app. Bind it to an image attribute and users get an interactive crop area with resize, zoom, rotate, and grayscale controls, the result saves straight back to the attribute.
Use it wherever users upload or edit profile pictures, product photos, or scanned documents that need a specific size or shape before storage. Crop shape, aspect ratio, and output format are all configurable to fit the use case.
The widget is accessible, with keyboard navigation, screen reader support, and customizable captions and labels.
Documentation
Please see Image Cropper in the Mendix documentation for details.
Releases
### Added
- Custom aspect ratio width and height can now be set with an expression or bound to an attribute.
### Fixed
- The crop selection no longer briefly appears at the wrong ratio while a custom aspect ratio expression is still loading.
- The crop selection is no longer cleared and the image no longer reloaded when unrelated properties on the page change.
Initial release of Image cropper widget.