Re: PIL transparency gradient

2008-03-01 Thread Allard Warrink
Thanks for the inspiration! This what I did (Using your Python Editor (SPE), I really like to work with SPE, keep up the good work!!): # import Image, os p = # path to image file im = Image.open(p) # check if im has Alpha band... if im.mode != 'RGBA':

Re: PIL transparency gradient

2008-03-01 Thread SPE - Stani's Python Editor
On 1 mrt, 22:04, Allard Warrink <[EMAIL PROTECTED]> wrote: > I would like to create a transparency gradient over an image using > PIL. But I don't have a clue how to do this... > Is there anyone out here who could give me some advise? Phatch (PHoto & bATCH) is an application based on PIL. Its acti

PIL transparency gradient

2008-03-01 Thread Allard Warrink
I would like to create a transparency gradient over an image using PIL. But I don't have a clue how to do this... Is there anyone out here who could give me some advise? -- http://mail.python.org/mailman/listinfo/python-list