decodeTgaFile method

void decodeTgaFile(
  1. String path
)

Implementation

void decodeTgaFile(String path) {
  subCommand = DecodeTgaFileCmd(subCommand, path);
}