mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Implement --input-tileset (#1464)
As discussed in https://github.com/gbdev/rgbds/issues/575#issuecomment-1991456862
This commit is contained in:
2
test/gfx/input_tileset.flags
Normal file
2
test/gfx/input_tileset.flags
Normal file
@@ -0,0 +1,2 @@
|
||||
-i input_tileset.in.2bpp
|
||||
-u
|
||||
BIN
test/gfx/input_tileset.in.2bpp
Normal file
BIN
test/gfx/input_tileset.in.2bpp
Normal file
Binary file not shown.
BIN
test/gfx/input_tileset.out.2bpp
Normal file
BIN
test/gfx/input_tileset.out.2bpp
Normal file
Binary file not shown.
BIN
test/gfx/input_tileset.png
Normal file
BIN
test/gfx/input_tileset.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 691 B |
2
test/gfx/input_tileset_deduped.err
Normal file
2
test/gfx/input_tileset_deduped.err
Normal file
@@ -0,0 +1,2 @@
|
||||
error: The input tileset's tile #7 was deduplicated; please check that your deduplication flags (`-u`, `-m`) are consistent with what was used to generate the input tileset
|
||||
Conversion aborted after 1 error
|
||||
3
test/gfx/input_tileset_deduped.flags
Normal file
3
test/gfx/input_tileset_deduped.flags
Normal file
@@ -0,0 +1,3 @@
|
||||
-i input_tileset_deduped.in.2bpp
|
||||
-u
|
||||
-o result.2bpp
|
||||
BIN
test/gfx/input_tileset_deduped.in.2bpp
Normal file
BIN
test/gfx/input_tileset_deduped.in.2bpp
Normal file
Binary file not shown.
BIN
test/gfx/input_tileset_deduped.png
Normal file
BIN
test/gfx/input_tileset_deduped.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 691 B |
4
test/gfx/input_tileset_extra.err
Normal file
4
test/gfx/input_tileset_extra.err
Normal file
@@ -0,0 +1,4 @@
|
||||
error: Tile at (0, 0) is not within the input tileset, and `-o` was not given!
|
||||
error: Tile at (0, 8) is not within the input tileset, and `-o` was not given!
|
||||
error: Tile at (8, 8) is not within the input tileset, and `-o` was not given!
|
||||
Conversion aborted after 3 errors
|
||||
2
test/gfx/input_tileset_extra.flags
Normal file
2
test/gfx/input_tileset_extra.flags
Normal file
@@ -0,0 +1,2 @@
|
||||
-i input_tileset.in.2bpp
|
||||
-u
|
||||
BIN
test/gfx/input_tileset_extra.in.2bpp
Normal file
BIN
test/gfx/input_tileset_extra.in.2bpp
Normal file
Binary file not shown.
BIN
test/gfx/input_tileset_extra.png
Normal file
BIN
test/gfx/input_tileset_extra.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 691 B |
Reference in New Issue
Block a user