Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
export
function
toJpegZipPath(path: string): string {
39
return
normalizeImageZipPath(path).replace(/\.[^.]+$/,
'.jpg'
);
40
}
41
42
export
async
function
exportImagesZip(
43
imageNames: string[],
Callers
2
imageZipExport.test.ts
File · 0.90
exportImagesZip
Function · 0.85
Calls
1
normalizeImageZipPath
Function · 0.85
Tested by
no test coverage detected