encodeTiffFile method

void encodeTiffFile(
  1. String path
)

Implementation

void encodeTiffFile(String path) {
  subCommand = EncodeTiffFileCmd(subCommand, path);
}