InputImageData class

Data of image required when creating image from bytes.

Constructors

InputImageData({required Size size, required InputImageRotation imageRotation, required InputImageFormat inputImageFormat, required List<InputImagePlaneMetadata>? planeData})

Properties

hashCode int
The hash code for this object.
no setterinherited
imageRotation InputImageRotation
Image rotation degree.
final
inputImageFormat InputImageFormat
Format of the input image.
final
planeData List<InputImagePlaneMetadata>?
The plane attributes to create the image buffer on iOS.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
Size of image.
final

Methods

getMetaData() Map<String, dynamic>
Function to get the metadata of image processing purposes
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