tav: ictcp decoding fix

This commit is contained in:
minjaesong
2025-10-02 20:20:11 +09:00
parent 0666734c9d
commit d4fae0071b
4 changed files with 55 additions and 31 deletions

View File

@@ -657,6 +657,8 @@ try {
akku: akku2,
fileName: fullFilePathStr,
fileOrd: currentFileIndex,
resolution: `${header.width}x${header.height}`,
colourSpace: header.version % 2 == 0 ? "ICtCp" : "YCoCg",
currentStatus: 1
}
gui.printBottomBar(guiStatus)