ImageConversionJob class
- Inheritance
-
- Object
- IPipelineJob
- ImageConversionJob
Constructors
- ImageConversionJob.new({required File input, required File output, String format = "webp", CompressionType compressionType = CompressionType.WebPCompression, int quality = 100})
- ImageConversionJob.jpg({required File input, required File output, int quality = 100})
- ImageConversionJob.png({required File input, required File output})
- ImageConversionJob.webp({required File input, required File output, int quality = 100})
Properties
- compressionType → CompressionType
-
final
- count → int
-
no setterinherited
- format → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- input → File
-
final
- output → File
-
final
- priority → int
-
Higher priority jobs run first before lower priority jobs.
no setteroverride
- quality → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
blind(
) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
then(
IPipelineJob next) → IPipelineJob -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transform(
MediaPipeline pipeline) → Future< void> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited