robhagemans / monobit

Tools for working with monochrome bitmap fonts
MIT License
208 stars 11 forks source link

add as_image_rgb() function for 24-bit color support #32

Closed jquast closed 7 months ago

jquast commented 8 months ago

Not sure if you are interested, feel free to ignore.

I needed this function to be able to transform ansi art text into images with color, like this one generated with topaz font,

image

it builds on #31 so this PR will reduce in size if that is merged first. #31 is needed to fix the related incorrect function signatures