decodeTiffFile method

void decodeTiffFile(
  1. String path
)

Implementation

void decodeTiffFile(String path) {
  subCommand = DecodeTiffFileCmd(subCommand, path);
}