menu
gpos720_printer package
documentation
image_utils.dart
ImageUtils class
ImageUtils class
dark_mode
light_mode
ImageUtils
class
Constructors
ImageUtils.new
()
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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:
gpos720_printer package
documentation
image_utils
ImageUtils class
image_utils library