ExrZipCompressor constructor

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

Implementation

factory ExrZipCompressor(
        ExrPart header, int? maxScanLineSize, int numScanLines) =
    InternalExrZipCompressor;