@@ -3,7 +3,7 @@ <h2 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a><
3
3
< table class ="Nm ">
4
4
< tr >
5
5
< td > < code class ="Nm "> rgbgfx</ code > </ td >
6
- < td > [< code class ="Fl "> < a href ="#C "> -C</ a > < a href ="#m "> m</ a > < a href ="#O "> O</ a > < a href ="#u "> u</ a > < a href ="#V "> V</ a > < a href ="#Z "> Z</ a > </ code > ] [< code class ="Fl "> < a href ="#v "> -v</ a > </ code >
6
+ < td > [< code class ="Fl "> < a href ="#C "> -C</ a > < a href ="#m "> m</ a > < a href ="#O "> O</ a > < a href ="#u "> u</ a > < a href ="#V "> V</ a > < a href ="#X " > X </ a > < a href =" #Y " > Y </ a > < a href =" # Z "> Z</ a > </ code > ] [< code class ="Fl "> < a href ="#v "> -v</ a > </ code >
7
7
[< code class ="Fl "> < a href ="#v "> -v</ a > </ code > < span class ="No "> ...</ span > ]]
8
8
[< code class ="Fl "> < a href ="#a "> -a</ a > </ code > < var class ="Ar "> attrmap</ var > |
9
9
< code class ="Fl "> < a href ="#A "> -A</ a > </ code > ] [< code class ="Fl "> < a href ="#b "> -b</ a > </ code >
@@ -208,13 +208,13 @@ <h2 class="Sh" id="ARGUMENTS"><a class="permalink" href="#ARGUMENTS">ARGUMENTS</
208
208
</ dd >
209
209
< dt id ="m "> < a class ="permalink " href ="#m "> < code class ="Fl "> -m</ code > </ a > ,
210
210
< code class ="Fl "> --mirror-tiles</ code > </ dt >
211
- < dd > Deduplicate tiles that are symmetrical mirror images of each other. Only
212
- one of each unique tile will be saved in the tile data file, with mirror
213
- images counting as duplicates. Tiles are checked for horizontal, vertical,
214
- and horizontal-vertical mirroring. Useful with a tile map and attribute
215
- map together (see < code class ="Fl "> -a</ code > and
211
+ < dd > Deduplicate tiles that are horizontally and/or vertically symmetrical
212
+ mirror images of each other. Only one of each unique tile will be saved in
213
+ the tile data file, with mirror images counting as duplicates. Useful with
214
+ a tile map and attribute map together (see < code class ="Fl "> -a</ code > and
216
215
< code class ="Fl "> -t</ code > ) to keep track of the duplicated tiles and the
217
- dimension(s) mirrored. Implies < code class ="Fl "> -u</ code > .</ dd >
216
+ dimension(s) mirrored. Implies < code class ="Fl "> -u</ code > . Equivalent to
217
+ < code class ="Fl "> -XY</ code > .</ dd >
218
218
< dt id ="N "> < a class ="permalink " href ="#N "> < code class ="Fl "> -N</ code > </ a >
219
219
< var class ="Ar "> nb_tiles</ var > , < code class ="Fl "> --nb-tiles</ code >
220
220
< var class ="Ar "> nb_tiles</ var > </ dt >
@@ -336,6 +336,10 @@ <h2 class="Sh" id="ARGUMENTS"><a class="permalink" href="#ARGUMENTS">ARGUMENTS</
336
336
humans, and may change without notice between RGBDS releases; relying on
337
337
those for scripts is not advised.</ p >
338
338
</ dd >
339
+ < dt id ="X "> < a class ="permalink " href ="#X "> < code class ="Fl "> -X</ code > </ a > ,
340
+ < code class ="Fl "> --mirror-x</ code > </ dt >
341
+ < dd > Deduplicate tiles that are horizontally symmetrical mirror images of each
342
+ other across the X axis. Implies < code class ="Fl "> -u</ code > .</ dd >
339
343
< dt id ="x "> < a class ="permalink " href ="#x "> < code class ="Fl "> -x</ code > </ a >
340
344
< var class ="Ar "> quantity</ var > , < code class ="Fl "> --trim-end</ code >
341
345
< var class ="Ar "> quantity</ var > </ dt >
@@ -351,6 +355,10 @@ <h2 class="Sh" id="ARGUMENTS"><a class="permalink" href="#ARGUMENTS">ARGUMENTS</
351
355
< code class ="Fl "> -u</ code > . Note also that the tiles that don't get
352
356
output will not count towards < code class ="Fl "> -N</ code > 's limit.</ p >
353
357
</ dd >
358
+ < dt id ="Y "> < a class ="permalink " href ="#Y "> < code class ="Fl "> -Y</ code > </ a > ,
359
+ < code class ="Fl "> --mirror-y</ code > </ dt >
360
+ < dd > Deduplicate tiles that are vertically symmetrical mirror images of each
361
+ other across the Y axis. Implies < code class ="Fl "> -u</ code > .</ dd >
354
362
< dt id ="Z "> < a class ="permalink " href ="#Z "> < code class ="Fl "> -Z</ code > </ a > ,
355
363
< code class ="Fl "> --columns</ code > </ dt >
356
364
< dd > Read squares from the PNG in column-major order (column by column),
0 commit comments