image_editor library

Classes

AddTextOption
Add text to image.
ClipOption
The clip option is used to clip image.
ColorOption
DrawOption
Add some shape to image.
DrawPaint
The paint of shape.
DrawPart
The part of added shape.
EditorText
Descript of a text.
FileImageSource
The file image source.
FlipOption
Flip image, support flip horizontal and vertical.
FontManager
Wrapper for use channel to register font for add text.
IgnoreAble
Used to describe whether it can be ignored.
ImageEditor
ImageEditorOption
Used to describe editing options.
ImageEditorPlatform
ImageHandler
Wrapper for use channel to handle image.
ImageMergeOption
Merge multiple images option.
ImageMerger
ImagePosition
Used to describe the location information of merge for MergeImageConfig.
ImageSource
Used to describe the source of an image.
LineDrawPart
The line of shape.
MemoryImageSource
The memory image source.
MergeImageConfig
Merge image option.
MixImageOption
Mix image
NativeChannel
Wrapper for MethodChannel.
Option
All options are subclasses of it.
OptionGroup
OutputFormat
Used to describe the output format of a method.
OvalDrawPart
Draw a oval.
PathDrawPart
Draw a path.
PointDrawPart
The rectangle of shape.
RectDrawPart
Draw a rectangle.
RotateOption
Rotate image.
ScaleOption
The scale option is used to scale image.
TransferValue
Used to describe whether transmission is possible.
UnsupportedImageEditor

Constants

defaultColorMatrix → const List<double>
The default color matrix.
supportBlendModes → const List<BlendMode>
Because native support is required, only the modes supported by iOS/macOS and Android are included here.

Exceptions / Errors

HandleError
Error for handle image.