mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Clarify and update rgbgfx documentation
Signed-off-by: obskyr <powpowd@gmail.com>
This commit is contained in:
@@ -43,7 +43,28 @@
|
|||||||
</table>
|
</table>
|
||||||
<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="selflink" href="#DESCRIPTION">DESCRIPTION</a></h1>
|
<h1 class="Sh" title="Sh" id="DESCRIPTION"><a class="selflink" href="#DESCRIPTION">DESCRIPTION</a></h1>
|
||||||
The <b class="Nm" title="Nm">rgbgfx</b> program converts PNG images into the
|
The <b class="Nm" title="Nm">rgbgfx</b> program converts PNG images into the
|
||||||
Nintendo Game Boy's planar tile format. The arguments are as follows:
|
Nintendo Game Boy's planar tile format.
|
||||||
|
<div style="height: 1.00em;"> </div>
|
||||||
|
The resulting colors and their palette indices are determined differently
|
||||||
|
depending on the input PNG file:
|
||||||
|
<ul class="Bl-dash">
|
||||||
|
<li class="It-dash">If the file has an embedded palette, that palette's color
|
||||||
|
and order are used.</li>
|
||||||
|
<li class="It-dash">If not, and the image only contains shades of gray, rgbgfx
|
||||||
|
maps them to the indices appropriate for each shade. Any undetermined
|
||||||
|
indices are set to respective default shades of gray. For example: if the
|
||||||
|
bit depth is 2 and the image contains light gray and black, they become
|
||||||
|
the second and fourth colors - and the first and third colors get set to
|
||||||
|
default white and dark gray. If the image has multiple shades that map to
|
||||||
|
the same index, the palette is instead determined as if the image had
|
||||||
|
color.</li>
|
||||||
|
<li class="It-dash">If the image has color (or the grayscale method failed),
|
||||||
|
the colors are sorted from lightest to darkest.</li>
|
||||||
|
</ul>
|
||||||
|
<div style="height: 1.00em;"> </div>
|
||||||
|
The input image may not contain more colors than the selected bit depth allows.
|
||||||
|
Transparent pixels are set to palette index 0.
|
||||||
|
<h1 class="Sh" title="Sh" id="ARGUMENTS"><a class="selflink" href="#ARGUMENTS">ARGUMENTS</a></h1>
|
||||||
<dl class="Bl-tag">
|
<dl class="Bl-tag">
|
||||||
<dt class="It-tag"> </dt>
|
<dt class="It-tag"> </dt>
|
||||||
<dd class="It-tag"> </dd>
|
<dd class="It-tag"> </dd>
|
||||||
@@ -58,8 +79,8 @@ The <b class="Nm" title="Nm">rgbgfx</b> program converts PNG images into the
|
|||||||
<dd class="It-tag"> </dd>
|
<dd class="It-tag"> </dd>
|
||||||
<dt class="It-tag"><a class="selflink" href="#F"><b class="Fl" title="Fl" id="F">-F</b></a></dt>
|
<dt class="It-tag"><a class="selflink" href="#F"><b class="Fl" title="Fl" id="F">-F</b></a></dt>
|
||||||
<dd class="It-tag">Same as <b class="Fl" title="Fl">-f</b>, but additionally,
|
<dd class="It-tag">Same as <b class="Fl" title="Fl">-f</b>, but additionally,
|
||||||
the input PNG file is fixed to have its parameters match the command
|
the supplied command line parameters are saved within the PNG and will be
|
||||||
line's parameters.</dd>
|
loaded and automatically used next time.</dd>
|
||||||
<dt class="It-tag"> </dt>
|
<dt class="It-tag"> </dt>
|
||||||
<dd class="It-tag"> </dd>
|
<dd class="It-tag"> </dd>
|
||||||
<dt class="It-tag"><a class="selflink" href="#d"><b class="Fl" title="Fl" id="d">-d</b></a>
|
<dt class="It-tag"><a class="selflink" href="#d"><b class="Fl" title="Fl" id="d">-d</b></a>
|
||||||
@@ -79,15 +100,16 @@ The <b class="Nm" title="Nm">rgbgfx</b> program converts PNG images into the
|
|||||||
<dd class="It-tag"> </dd>
|
<dd class="It-tag"> </dd>
|
||||||
<dt class="It-tag"><a class="selflink" href="#p"><b class="Fl" title="Fl" id="p">-p</b></a>
|
<dt class="It-tag"><a class="selflink" href="#p"><b class="Fl" title="Fl" id="p">-p</b></a>
|
||||||
<var class="Ar" title="Ar">palfile</var></dt>
|
<var class="Ar" title="Ar">palfile</var></dt>
|
||||||
<dd class="It-tag">Raw bytes (8 bytes for two bits per pixel, 4 bytes for one
|
<dd class="It-tag">Output the image's palette in standard GBC palette format -
|
||||||
bit per pixel) containing the RGB15 values in the little-endian byte order
|
bytes (8 bytes for two bits per pixel, 4 bytes for one bit per pixel)
|
||||||
and then ordered from lightest to darkest.</dd>
|
containing the RGB15 values in little-endian byte order. If the palette
|
||||||
|
contains too few colors, the remaining entries are set to black.</dd>
|
||||||
<dt class="It-tag"> </dt>
|
<dt class="It-tag"> </dt>
|
||||||
<dd class="It-tag"> </dd>
|
<dd class="It-tag"> </dd>
|
||||||
<dt class="It-tag"><a class="selflink" href="#P"><b class="Fl" title="Fl" id="P">-P</b></a></dt>
|
<dt class="It-tag"><a class="selflink" href="#P"><b class="Fl" title="Fl" id="P">-P</b></a></dt>
|
||||||
<dd class="It-tag">Same as <b class="Fl" title="Fl">-p</b>, but the pallete
|
<dd class="It-tag">Same as <b class="Fl" title="Fl">-p</b>, but the palette
|
||||||
file output name is made by taking the input filename, removing the file
|
file output name is made by taking the input PNG file's filename, removing
|
||||||
extension, and appending <i class="Pa" title="Pa">.pal</i>.</dd>
|
the file extension, and appending <i class="Pa" title="Pa">.pal</i>.</dd>
|
||||||
<dt class="It-tag"> </dt>
|
<dt class="It-tag"> </dt>
|
||||||
<dd class="It-tag"> </dd>
|
<dd class="It-tag"> </dd>
|
||||||
<dt class="It-tag"><a class="selflink" href="#t"><b class="Fl" title="Fl" id="t">-t</b></a>
|
<dt class="It-tag"><a class="selflink" href="#t"><b class="Fl" title="Fl" id="t">-t</b></a>
|
||||||
|
|||||||
@@ -24,7 +24,28 @@
|
|||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
program converts PNG images into the Nintendo Game Boy's planar tile format.
|
program converts PNG images into the Nintendo Game Boy's planar tile format.
|
||||||
The arguments are as follows:
|
|
||||||
|
The resulting colors and their palette indices are determined differently
|
||||||
|
depending on the input PNG file:
|
||||||
|
.Bl -dash -width Ds
|
||||||
|
.It
|
||||||
|
If the file has an embedded palette, that palette's color and order are used.
|
||||||
|
.It
|
||||||
|
If not, and the image only contains shades of gray, rgbgfx maps them to the
|
||||||
|
indices appropriate for each shade. Any undetermined indices are set to
|
||||||
|
respective default shades of gray. For example: if the bit depth is 2 and the
|
||||||
|
image contains light gray and black, they become the second and fourth colors -
|
||||||
|
and the first and third colors get set to default white and dark gray. If the
|
||||||
|
image has multiple shades that map to the same index, the palette is instead
|
||||||
|
determined as if the image had color.
|
||||||
|
.It
|
||||||
|
If the image has color (or the grayscale method failed), the colors are sorted
|
||||||
|
from lightest to darkest.
|
||||||
|
.El
|
||||||
|
|
||||||
|
The input image may not contain more colors than the selected bit depth
|
||||||
|
allows. Transparent pixels are set to palette index 0.
|
||||||
|
.Sh ARGUMENTS
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Fl D
|
.It Fl D
|
||||||
Debug features are enabled.
|
Debug features are enabled.
|
||||||
@@ -33,8 +54,8 @@ Fix the input PNG file to be a correctly indexed image.
|
|||||||
.It Fl F
|
.It Fl F
|
||||||
Same as
|
Same as
|
||||||
.Fl f ,
|
.Fl f ,
|
||||||
but additionally, the input PNG file is fixed to have its parameters match the
|
but additionally, the supplied command line parameters are saved within the PNG
|
||||||
command line's parameters.
|
and will be loaded and automatically used next time.
|
||||||
.It Fl d Ar depth
|
.It Fl d Ar depth
|
||||||
The bit depth of the output image (either 1 or 2).
|
The bit depth of the output image (either 1 or 2).
|
||||||
By default, the bit depth is 2 (two bits per pixel).
|
By default, the bit depth is 2 (two bits per pixel).
|
||||||
@@ -43,14 +64,15 @@ Lay out tiles horizontally rather than vertically.
|
|||||||
.It Fl o Ar outfile
|
.It Fl o Ar outfile
|
||||||
The name of the output file.
|
The name of the output file.
|
||||||
.It Fl p Ar palfile
|
.It Fl p Ar palfile
|
||||||
Raw bytes (8 bytes for two bits per pixel, 4 bytes for one bit per pixel)
|
Output the image's palette in standard GBC palette format - bytes (8 bytes for
|
||||||
containing the RGB15 values in the little-endian byte order and then ordered
|
two bits per pixel, 4 bytes for one bit per pixel) containing the RGB15 values
|
||||||
from lightest to darkest.
|
in little-endian byte order. If the palette contains too few colors, the
|
||||||
|
remaining entries are set to black.
|
||||||
.It Fl P
|
.It Fl P
|
||||||
Same as
|
Same as
|
||||||
.Fl p ,
|
.Fl p ,
|
||||||
but the pallete file output name is made by taking the input filename,
|
but the palette file output name is made by taking the input PNG file's
|
||||||
removing the file extension, and appending
|
filename, removing the file extension, and appending
|
||||||
.Pa .pal .
|
.Pa .pal .
|
||||||
.It Fl t Ar mapfile
|
.It Fl t Ar mapfile
|
||||||
If any tiles are the same, don't place the repeat tiles in the output file, and
|
If any tiles are the same, don't place the repeat tiles in the output file, and
|
||||||
|
|||||||
Reference in New Issue
Block a user