JpegCrop class

Lossless cropping of a JPEG

Implemented types

Constructors

JpegCrop({required int x, required int y, required int w, required int h, bool alignIfRequired = true, JpegOptions options = const JpegOptions()})

Properties

alignIfRequired bool
Whether (x, y) is automatically aligned to the JPEG's Minimum Coded Unit (MCU)
final
h int
final
hashCode int
The hash code for this object.
no setterinherited
options JpegOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
w int
final
x int
final
y int
final

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