Re: [Image-SIG] Enhancing an Image

2009-02-18 Thread Charlie Clark
Am 18.02.2009 um 21:08 schrieb Bryan Fodness: I am new to PIL and I am trying to enhance an image. Can someone tell me how I can get the picture from the palette? import ImageEnhance im = Image.open('C:\\Users\\bryan\\Desktop\\Untitled.gif') im = im.crop([10,750,1000,910]) im.sho

[Image-SIG] Enhancing an Image

2009-02-18 Thread Bryan Fodness
I am new to PIL and I am trying to enhance an image. Can someone tell me how I can get the picture from the palette? import ImageEnhance im = Image.open('C:\\Users\\bryan\\Desktop\\Untitled.gif') im = im.crop([10,750,1000,910]) im.show() enhancer = ImageEnhance.Sharpness(im)

Re: [Image-SIG] Intelligent bracketing

2009-02-18 Thread Laura & Edward Cannon
On Mon, Feb 16, 2009 at 5:38 AM, Frédéric wrote: > Hello, > > I'm starting a funny project (at least, part of a project): intelligent > bracketing. > > Many DSLR have a auto bracketing mode, where you can automatically shoot > additionnal pictures arround the current exposure. But usually, it is >