EXPOSED FOR TESTING PURPOSE ONLY
Check if the given image can be regenerated by this image editor
True if the image can be regenerated, otherwise false
Exported for testing purpose only
Start to crop selected image
The last method that editor will call to a plugin before it is disposed. Plugin can take this chance to clear the reference to editor. After this method is called, plugin should not call to any editor method since it will result in error.
Flip the image.
Get name of this plugin
The first method that editor will call to a plugin when editor is initializing. It will pass in the editor instance, plugin should take this chance to save the editor reference so that it can call to any editor method or format API later.
The editor object
Check if the given editing operation is allowed on current selected image
True if the operation is allowed, otherwise false
Core method for a plugin. Once an event happens in editor, editor will call this method of each plugin to handle the event as long as the event is not handled exclusively by another plugin.
The event to handle:
Rotate selected image to the given angle (in rad)
Generated using TypeDoc
ImageEdit plugin handles the following image editing features: