ImageUtils class

Constructors

ImageUtils.new()

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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

binaryFilterWithDithering(Uint8List imageBytes, {double? blackTolerance, double? ditheringTolerance}) Future<Uint8List>
A method that applies a binary filter with dithering to an image, converting it to black and white while using dithering to represent colors that are not too dark. Parameters: