Skip to content
Snippets Groups Projects
Commit a82dc196 authored by furrtek's avatar furrtek
Browse files
parents 609235b1 e978848c
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ import sys ...@@ -23,6 +23,8 @@ import sys
import struct import struct
from PIL import Image from PIL import Image
Image.MAX_IMAGE_PIXELS = None
outfile = open('../../sdcard/ADSB/world_map.bin', 'wb') outfile = open('../../sdcard/ADSB/world_map.bin', 'wb')
im = Image.open("../../sdcard/ADSB/world_map.jpg") im = Image.open("../../sdcard/ADSB/world_map.jpg")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment