ImageMergeOption class

Merge multiple images option.

Constructors

ImageMergeOption({required Size canvasSize, OutputFormat format = const OutputFormat.jpeg(90)})

Properties

canvasSize Size
The canvas size. (output image size)
final
format OutputFormat
Output format for result image.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addImage(MergeImageConfig config) → void
Add a merge image option.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
Convert current instance to Map.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited