Re: [Tutor] [tutor] Problem in saving image file which is modified by ImageEnhance

2008-02-10 Thread Kent Johnson
Varsha Purohit wrote: > Hello All, > I am using PIL function to change brightness of an image. But i > am getting an error when i am trying to save that image. Here is the code.. > > import Image > import ImageChops, ImageEnhance > import math, operator > > file1 = Image.open("r10001t0.

[Tutor] [tutor] Problem in saving image file which is modified by ImageEnhance

2008-02-09 Thread Varsha Purohit
Hello All, I am using PIL function to change brightness of an image. But i am getting an error when i am trying to save that image. Here is the code.. import Image import ImageChops, ImageEnhance import math, operator file1 = Image.open("r10001t0.jpg") file2 = Image.open("r10001t1.jpg")