Open
Description
This image of white text on a transparent background (reported in this Discord post):
With rgbgfx -o font_nums.2bpp font_nums.png
, it should be outputting gray text on a white background. Instead, it may output solid white (all $00s), or may just segfault with an assertion failure (assume(index < palette.size());
in TileData::rowBitplanes
).
Activity