mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 09:44:31 +03:00
11 lines
107 B
Python
11 lines
107 B
Python
#!/usr/bin/env python
|
|
|
|
import helper
|
|
|
|
from PIL import Image
|
|
|
|
|
|
im = Image.new('L', (999999, 999999), 0)
|
|
|
|
|