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.
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")