Image.new() bug on Solaris???

Thomas M. Thompson thompson at mail.ias.kodak.com
Mon Mar 27 12:31:33 EST 2000


Hi Kevin,

I tried your suggestion on the sun box but the image still comes out
black. Running it on windows does create a white image though...

tt

Kevin Cazabon wrote:
> 
> have you tried (1) instead of 0xff?  creating a new mode '1' image on
> Windows with (1) as the color creates a white image...
> 
> x = Image.new("1", (100,100), (1))
> 
> ???
> 
> Kevin.
>



More information about the Python-list mailing list