mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-11 12:21:42 +00:00
Implement --input-tileset (#1464)
As discussed in https://github.com/gbdev/rgbds/issues/575#issuecomment-1991456862
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-i input_tileset.in.2bpp
|
||||
-u
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 691 B |
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
-i input_tileset_deduped.in.2bpp
|
||||
-u
|
||||
-o result.2bpp
|
||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 691 B |
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
-i input_tileset.in.2bpp
|
||||
-u
|
||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 691 B |
Reference in New Issue
Block a user