JpegInfo class

Information from a JPEG's header

Constructors

JpegInfo(int width, int height, int subsamp, int colorspace)

Properties

colorspace int
final
hashCode int
The hash code for this object.
no setterinherited
height int
final
mcuHeight int
For cropping 'y' must be a multiple of this
no setter
mcuWidth int
For cropping 'x' must be a multiple of this
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subsamp int
final
subsampString String
no setter
width 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