decodeExrFile method

void decodeExrFile(
  1. String path
)

Implementation

void decodeExrFile(String path) {
  subCommand = DecodeExrFileCmd(subCommand, path);
}