ExrPizCompressor constructor

ExrPizCompressor(
  1. ExrPart header,
  2. int? maxScanLineSize,
  3. int numScanLines
)

Implementation

factory ExrPizCompressor(
        ExrPart header, int? maxScanLineSize, int numScanLines) =
    InternalExrPizCompressor;