When I run the follwing code:

from PIL import Image
Image.new(RGB, (600, 600), (250, 250, 400))

it returns
NameError: name 'RGB' is not defined

Please advise.
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to