mirror of
https://github.com/KrisKennaway/ii-pix.git
synced 2025-02-20 17:29:03 +00:00
Remove bitmap support
This commit is contained in:
parent
d57d6f9038
commit
8d671f08ac
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user