MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / toJpegZipPath

Function toJpegZipPath

src/parsers/imageZipExport.ts:38–40  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

36}
37
38export function toJpegZipPath(path: string): string {
39 return normalizeImageZipPath(path).replace(/\.[^.]+$/, '.jpg');
40}
41
42export async function exportImagesZip(
43 imageNames: string[],

Callers 2

exportImagesZipFunction · 0.85

Calls 1

normalizeImageZipPathFunction · 0.85

Tested by

no test coverage detected