Create a new instance of ImageResize
Minimum width of image when resize in pixel, default value is 10
Minimum height of image when resize in pixel, default value is 10
Color of resize border and handles, default value is #DB626C
Whether always preserve width/height ratio when resize, default value is false
Selector for picking which image is resizable (e.g. for all images not placeholders), note that the tag must be IMG regardless what the selector is
Dispose this plugin
Flip the image.
The image to be flipped
Get a friendly name of this plugin
Initialize this plugin. This should only be called from Editor
Editor instance
EXPORTED FOR TESTING PURPOSES ONLY
Check if the given image edit operation is allowed by this plugin
The image edit operation to check
True means it is allowed, otherwise false
Handle events triggered from editor
PluginEvent object
Rotate the image in radian angle.
The image to be rotated
The angle in radian that the image must be rotated.
Set current image for edit. If there is already image in editing, it will quit editing mode and any pending editing operation will be submitted
The image to edit
The editing operation
Stop editing image. If there is already image in editing, it will quit editing mode and any pending editing operation will be submitted
The image to edit
True to select this image after quit editing mode
Generated using TypeDoc
Use ImageEdit plugin instead