Re: [Image-SIG] writing TGAs?

2008-01-22 Thread PyProg PyProg
2008/1/23, Adam Pletcher <[EMAIL PROTECTED]>: > Does anyone know if writing .TGA files will be supported in a future > release? > > That would sure help me out, at least. I'm also interested with this. a+ -- http://ekd.tolosano.info ___ Image-SIG mail

Re: [Image-SIG] PIL and Python 3000

2008-02-18 Thread PyProg PyProg
2008/2/18, Jordan Miller <[EMAIL PROTECTED]>: > Hello! > > I am very interested in learning Python for pixel-based image > manipulation for scientific applications, so it looks like PIL will be > ideal. As I am new to Python, and Python 3000 is going to be released > this year with "many deprecated

[Image-SIG] Image perspective with PIL

2010-04-28 Thread PyProg PyProg
Hello, I would like to apply an image perspective. The syntax of PIL in this regard seems to be: im.transform (self, size, PERSPECTIVE, data = None, resample = 0, fill = 1) I want to know exactly what to include in data. Can you give me an example ?. Thank you in advance. a + -- http://ekd

Re: [Image-SIG] Image perspective with PIL

2010-05-16 Thread PyProg PyProg
2010/5/3 Fredrik Lundh : > I've added the documentation from the original patch to this page: > >  http://effbot.org/tag/pil.Image.Image.transform > > The next text is attached below. > > > > im.transform(size, PERSPECTIVE, data) > > im.transform(size, PERSPECTIVE, data, filter) > > Applies a per