Correct documentation for rgbgfx -x re: interaction with -N (#2126)

This commit is contained in:
Rangi
2026-09-19 14:40:02 -04:00
committed by GitHub
parent c151450d9f
commit b80bbe0fe6
4 changed files with 13 additions and 2 deletions
+10 -2
View File
@@ -491,9 +491,17 @@ deduplication if
.Fl u
was enabled, so you probably don't want to use this option in combination with
.Fl u .
Note also that the tiles that don't get output will not count towards
.Pp
Also note that the tiles that don't get output in the tile data
.Em do
still count towards
.Fl N Ap s
limit.
limit, since they may get output in the tilemap or attribute map.
If you need to omit input tiles from all output in a way that does not count towards
.Fl N ,
use
.Fl B
background tiles.
.It Fl Y , Fl \-mirror-y
Deduplicate tiles that are vertically symmetrical mirror images of each other across the Y axis.
Implies
+2
View File
@@ -0,0 +1,2 @@
FATAL: Image contains 9 tiles, exceeding the limit of 4 + 4
Conversion aborted after 1 error
+1
View File
@@ -0,0 +1 @@
-N 4,4 -x 1 -c dmg
Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B