ImageConvertThreadRequest class
Represents an image object sent from the main thread.
- Inheritance
-
- Object
- ThreadRequest
- ImageConvertThreadRequest
Constructors
- ImageConvertThreadRequest.new({required bool generateOnlyImageBounds, required String id, required Image image, required OutputFormat outputFormat, required bool singleFrame, required int pngLevel, required PngFilter pngFilter, required int jpegQuality, required JpegChroma jpegChroma})
-
const
Properties
- generateOnlyImageBounds → bool
-
Specifies whether only the bounds of the image should be generated.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The unique identifier for this task.
finalinherited
- image → Image
-
The image object from the
image
package.finalinherited - jpegChroma → JpegChroma
-
Specifies the chroma subsampling method for JPEG images.
finalinherited
- jpegQuality → int
-
Specifies the quality level for JPEG images. Ranges from 2 to 100.
finalinherited
- outputFormat → OutputFormat
-
Specifies the output format for the generated image.
finalinherited
- pngFilter → PngFilter
-
Specifies the filter method for optimizing PNG compression.
finalinherited
- pngLevel → int
-
Specifies the compression level for PNG images. Ranges from 0 to 9.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- singleFrame → bool
-
Specifies whether single frame generation is enabled for the output formats PNG, TIFF, CUR, PVR, and ICO.
finalinherited
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