Skip to content
Snippets Groups Projects
Commit e978848c authored by dhoetger's avatar dhoetger Committed by Furrtek
Browse files

#183 disables PIL decompression bomb protection to allow large ADSB map to be sliced (#184)

parent 5c1ba9b9
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@ import sys
import struct
from PIL import Image
Image.MAX_IMAGE_PIXELS = None
outfile = open('../../sdcard/ADSB/world_map.bin', 'wb')
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