📄 palette_decode
字号:
#!/bin/sh -x
for file in party8
do
#decompress the index image
../../bin/vm5_expand_32 -i ${file}_remap.vm -o ${file}_remap_dec.pgx
#reconstruct the ppm image based on the color table and the decoded index image
../index2ppm ${file}_remap_dec.pgx ${file}_remap.tbl ${file}_dec.ppm
done
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -