diff --git a/convert.py b/convert.py index ced1fdc..a38331c 100644 --- a/convert.py +++ b/convert.py @@ -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))