mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Support PNG-format palette spec files (#1764)
This commit is contained in:
1
test/gfx/full_png.flags
Normal file
1
test/gfx/full_png.flags
Normal file
@@ -0,0 +1 @@
|
||||
-c png:full_png.pal.png
|
||||
BIN
test/gfx/full_png.out.2bpp
Normal file
BIN
test/gfx/full_png.out.2bpp
Normal file
Binary file not shown.
BIN
test/gfx/full_png.out.attrmap
Normal file
BIN
test/gfx/full_png.out.attrmap
Normal file
Binary file not shown.
BIN
test/gfx/full_png.out.pal
Normal file
BIN
test/gfx/full_png.out.pal
Normal file
Binary file not shown.
BIN
test/gfx/full_png.out.tilemap
Normal file
BIN
test/gfx/full_png.out.tilemap
Normal file
Binary file not shown.
BIN
test/gfx/full_png.pal.png
Normal file
BIN
test/gfx/full_png.pal.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 310 B |
BIN
test/gfx/full_png.png
Normal file
BIN
test/gfx/full_png.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 927 B |
@@ -68,8 +68,8 @@ for f in seed*.bin; do
|
||||
done
|
||||
|
||||
for f in *.png; do
|
||||
# Do not process outputs of other tests as test inputs themselves
|
||||
if [[ "$f" = result.png ]]; then
|
||||
# Do not process outputs or palette inputs of other tests as test inputs themselves
|
||||
if [[ "$f" = result.png ]] || [[ "$f" = *.pal.png ]]; then
|
||||
continue
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user