MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Setup

Method Setup

apps/tools/Tools/commands/ImageCommand.cpp:479–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479void ImageCommand::Setup(CLI::App& app)
480{
481 auto* image = app.add_subcommand("image", "Texture operations (PAA/PAC/PNG/BMP)");
482 image->require_subcommand(1);
483
484 setupImageInspect(*image);
485 setupImageConvert(*image);
486 setupImageShow(*image);
487 setupImageFormats(*image);
488 setupImageCompare(*image);
489 setupImageScan(*image);
490}
491
492} // namespace PoseidonTools

Callers

nothing calls this directly

Calls 6

setupImageInspectFunction · 0.85
setupImageConvertFunction · 0.85
setupImageShowFunction · 0.85
setupImageFormatsFunction · 0.85
setupImageCompareFunction · 0.85
setupImageScanFunction · 0.85

Tested by

no test coverage detected