MCPcopy Create free account
hub / github.com/bluescan/tacentview / GetFrameFilename

Method GetFrameFilename

Src/MultiFrame.cpp:324–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322
323
324tString Viewer::GetFrameFilename(int frameNum, const tString& dir, const tString& baseName, tFileType fileType)
325{
326 tString frameFile;
327 tString extension = tSystem::tGetExtension(fileType);
328 tsPrintf(frameFile, "%s%s_%03d.%s", dir.Chr(), baseName.Chr(), frameNum, extension.Chr());
329 return frameFile;
330}
331
332
333void Viewer::SaveExtractedFrames(const tString& destDir, const tString& baseName, tFileType fileType, tIntervalSet frameSet)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected