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