DecodeParams constructor

DecodeParams({
  1. int imageFormat = ImageFormat.lum,
  2. int format = Format.any,
  3. int cropWidth = 0,
  4. int cropHeight = 0,
  5. bool tryHarder = false,
  6. bool tryRotate = true,
  7. bool tryInverted = false,
  8. int maxSize = 768,
  9. bool isMultiScan = false,
})

Implementation

DecodeParams({
  this.imageFormat = ImageFormat.lum,
  this.format = Format.any,
  this.cropWidth = 0,
  this.cropHeight = 0,
  this.tryHarder = false,
  this.tryRotate = true,
  this.tryInverted = false,
  this.maxSize = 768,
  this.isMultiScan = false,
});