ImageScaleJob constructor
ImageScaleJob({
- String wandKey = "wand",
- int maxDimension = 1024,
- int quality = 100,
- String format = "webp",
- CompressionType compressionType = CompressionType.WebPCompression,
- PixelInterpolateMethod interpolateMethod = PixelInterpolateMethod.BilinearInterpolatePixel,
- required File output,
Implementation
ImageScaleJob({
super.wandKey = "wand",
this.maxDimension = 1024,
this.quality = 100,
this.format = "webp",
this.compressionType = CompressionType.WebPCompression,
this.interpolateMethod = PixelInterpolateMethod.BilinearInterpolatePixel,
required this.output,
});