Pillow/Tests/32bit_segfault_test.py
2014-07-05 15:23:38 -07:00

8 lines
91 B
Python

#!/usr/bin/env python
from PIL import Image
im = Image.new('L', (999999, 999999), 0)