ImgCompressImpl class
- Implemented types
Constructors
- ImgCompressImpl(ExternalLibrary dylib)
-
factory
- ImgCompressImpl.raw(ImgCompressPlatform _platform)
-
ImgCompressImpl.wasm(FutureOr<
WasmModule> module) -
Only valid on web/WASM platforms.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kCompressMozjpegConstMeta → FlutterRustBridgeTaskConstMeta
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
compressMozjpeg(
{required Uint8List image, required int width, required int height, required double quality, dynamic hint}) → Future< Uint8List> -
override
-
dispose(
) → void -
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