mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Fix out-of-bounds image slices
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
error: Image slice ((2, 2) to (130, 130)) is outside the image bounds (20x20)!
|
||||
note: Did you mean the slice "2,2:2,2"? (width and height are in tiles, not pixels!)
|
||||
Conversion aborted after 1 error
|
||||
@@ -0,0 +1 @@
|
||||
-L 2,2:16,16
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 246 B |
@@ -0,0 +1,2 @@
|
||||
error: Image slice ((2, 2) to (34, 18)) is outside the image bounds (20x20)!
|
||||
Conversion aborted after 1 error
|
||||
@@ -0,0 +1 @@
|
||||
-L 2,2:4,2
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 246 B |
@@ -0,0 +1,2 @@
|
||||
error: Image slice ((2, 99) to (10, 107)) is outside the image bounds (20x20)!
|
||||
Conversion aborted after 1 error
|
||||
@@ -0,0 +1 @@
|
||||
-L 2,99:1,1
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 246 B |
Reference in New Issue
Block a user