ExrB44Compressor constructor

ExrB44Compressor(
  1. ExrPart header,
  2. int? maxScanLineSize,
  3. int numScanLines,
  4. bool optFlatFields,
)

Implementation

factory ExrB44Compressor(ExrPart header, int? maxScanLineSize,
    int numScanLines, bool optFlatFields) = InternalExrB44Compressor;