Working with image components for image manipulation
The PrimeFaces Extensions library provided two image widget components for image manipulations. The ImageAreaSelect and ImageRotateAndResize widget components are used to select a rectangular area of the image and rotate and resize the images with the support of widget functions and events.
Exploring the ImageAreaSelect widget
The ImageAreaSelect widget is used for selecting a rectangular area of the image to support image cropping functionalities in the web user interface.
This component supports customizations with the use of the following attributes:
Property |
Description |
---|---|
authHide |
This defines whether the selection area needs to disappear when the selection ends or not. The default value is |
aspectRatio |
This defines the aspect ratio in the |
Handles |
This defines the resized handle's position and existence. The possible values are |
Movable |
This defines whether... |