Remove bitmap support

This commit is contained in:
kris 2021-01-15 22:34:22 +00:00
parent d57d6f9038
commit 8d671f08ac
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ def main():
out_image.save(outfile, "PNG")
if args.show_output:
out_image.show()
# bitmap = Image.fromarray(screen.bitmap.astype('uint8') * 255)
with open(args.output, "wb") as f:
f.write(bytes(screen.main))