ExrRleCompressor constructor

ExrRleCompressor(
  1. ExrPart header,
  2. int? maxScanLineSize
)

Implementation

factory ExrRleCompressor(ExrPart header, int? maxScanLineSize) =
    InternalExrRleCompressor;