mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Update generate_world_map.bin.py
This commit is contained in:
parent
f9ec428950
commit
8071760d81
@ -27,7 +27,7 @@ outfile = open('../../sdcard/world_map.bin', 'wb')
|
||||
|
||||
# Allow for bigger images
|
||||
Image.MAX_IMAGE_PIXELS = None
|
||||
im = Image.open("../../sdcard/world_map.jpg")
|
||||
im = Image.open("../../sdcard/ADSB/world_map.jpg")
|
||||
pix = im.load()
|
||||
|
||||
outfile.write(struct.pack('H', im.size[0]))
|
||||
|
Loading…
Reference in New Issue
Block a user