encodeTgaFile method

void encodeTgaFile(
  1. String path
)

Implementation

void encodeTgaFile(String path) {
  subCommand = EncodeTgaFileCmd(subCommand, path);
}