robhagemans / monobit

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

Expected container format, got non container stream #12

Closed Guigui220D closed 2 years ago

Guigui220D commented 2 years ago

image

I'm getting the error above when trying to convert from png to draw

robhagemans commented 2 years ago

Bug fixed by d595a5c. Please note though that you'll need to define an encoding for your image if you want to save as .draw, as that format can only store glyphs with Unicode labels.

Guigui220D commented 2 years ago

@robhagemans how would i go about doing that? through the command line options? I can't find how to use --encoding option