Vectorize class
Class Vectorize colors The number of colors. (Range: 2 to 30, Server default: 10) detail The level of detail. Specify either a percentage of the original image (Range: 0.0 to 1.0) or an absolute number of pixels (Range: 0 to 1000). (Server default: 300) The size of speckles to suppress. Specify either a percentage of the original image (Range: 0.0 to 1.0) or an absolute number of pixels (Range: 0 to 100, Server default: 2) The corner threshold. Specify 100 for no smoothing (polygon corners), 0 for completely smooth corners. (Range: 0 to 100, Default: 25) The optimization value. Specify 100 for least optimization and the largest file. (Range: 0 to 100, Server default: 100).
Constructors
- Vectorize({dynamic numOfColors, dynamic detailsLevel, dynamic despeckleLevel, dynamic paths, dynamic cornersLevel})
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
-
cornersLevel(
dynamic cornersLevel) → Vectorize -
despeckleLevel(
dynamic despeckleLevel) → Vectorize -
detailsLevel(
dynamic detailsLevel) → Vectorize -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
numOfColors(
dynamic numOfColors) → Vectorize -
paths(
dynamic paths) → Vectorize -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited