MozJpegEncodedResult class

JPEG compression result. You must call dispose after using it.

Properties

buffer Uint8List
Buffer that contains the compressed result.
no setter
hashCode int
The hash code for this object.
no setterinherited
pointer Pointer<Uint8>
Pointer to the buffer that contains the compressed result.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Size in bytes of the compressed result.
no setter

Methods

createImage() Future<Image>
Create image object from the compressed result.
dispose() → void
Release the resources used by the object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(File file) Future<void>
Save the compressed result JPEG data to file.
toString() String
A string representation of this object.
inherited

Operators

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