WatermarkRemoval class

Constructors

WatermarkRemoval()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(bool? removetext, String? box1, String? box2, String? box3, String? box4, String? box5) TransformationData
Method for Watermark Removal Plugin @param Remove Text bool (Default: false) @param Remove Logo bool (Default: false) @param Box 1 String (Default: "0_0_100_100") @param Box 2 String (Default: "0_0_0_0") @param Box 3 String (Default: "0_0_0_0") @param Box 4 String (Default: "0_0_0_0") @param Box 5 String (Default: "0_0_0_0") @return TransformationData.
toString() String
A string representation of this object.
inherited

Operators

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