This commit is contained in:
2026-01-21 09:05:02 -06:00
parent 18ca9e14ba
commit f7be9c3344
30 changed files with 237 additions and 246 deletions

View File

@@ -23,7 +23,7 @@ for (var i = 0; i < length(formats); i++) {
if (!colorspaces[fmt.colorspace]) {
colorspaces[fmt.colorspace] = [];
}
colorspaces[fmt.colorspace].push(fmt);
push(colorspaces[fmt.colorspace], fmt);
}
log.console("\nFound colorspaces:");