smeargle.py: Drop to 8-bit indexes in PNG output.

current
Kiyoshi Aman 2017-12-08 17:01:02 -06:00
parent 137ec2afdc
commit c128e2b749
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ def main():
column = 0
row += height
painter.end()
image = image.convertToFormat(QImage.Format_Indexed8)
print('Writing line <-> tilemap indexing...')
with open(script_base + '_index.txt', mode='w') as f: