Skip to content

Commit

Permalink
PIL pixel limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Beherith authored Feb 23, 2024
1 parent 8747e26 commit 86bd312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pymapconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
import gc

from PIL import Image
Image.MAX_IMAGE_PIXELS = 933120000

from version import __VERSION__

start_time = time.time()
Expand Down

0 comments on commit 86bd312

Please sign in to comment.