andryblack / fontbuilder

Bitmap font generator
MIT License
454 stars 99 forks source link

TGA exporter not working properly #37

Open alexwennstrom opened 5 years ago

alexwennstrom commented 5 years ago

This is not an issue related to fontbuilder, just for information. The TGA file, exported with fontbuilder, can not be read by Qt: QImageReader, QImage. I'm not sure what the error is because Qt does not give me any useful information. Probbaly because QT cant handle RLE compression? The workaround is to open the .tga file in Gimp and save it without RLE compression. Then it works in Qt.