Re: [Image-SIG] whither PythonMagick?

2007-05-26 Thread Joao S. O. Bueno Calligaris
On Tuesday 22 May 2007 18:58, Brad Allen wrote: Has anyone here worked with PythonMagick? There is no clear documentation on how to get it working, no setup.py, and it looks like some necessary modules are missing (the __init__.py refers to modules that are not present).

Re: [Image-SIG] Need Tiff Help

2007-05-16 Thread Joao S. O. Bueno Calligaris
Sorry - I have no time to help you right now. But yoiu really should try to make a PIL image object out of your read TIFF image with the other library, so you can use everything available in PIL. Regards, js -- On Tuesday 15 May 2007 22:18, Brad Allen wrote: At 6:53 AM

Re: [Image-SIG] im.show() error

2006-11-13 Thread Joao S. O. Bueno Calligaris
On Monday 13 November 2006 07:45 pm, Steve Kacenjar wrote: I have just installed the Python Imaging Library (PIL) on my fedora core 5 LINUX system and began going through he tutorial in loading and displaying an image. I tried to specifically bring up a jpg image and received the following

Re: [Image-SIG] New patch to PIL (was: Re: Bad antialias? (in Python Imaging Library 1.1.5))

2005-09-19 Thread Joao S. O. Bueno Calligaris
HI, I am no PIL developer - I do n't even recall if I ever even built it at all - but I have some code I wrote a while ago that could do a generic combination of two given images, maybe somewhat fast, given a kind of bytecode representing an algebraic expression to use with the pixels (just

Re: [Image-SIG] [Fwd: reaching memory limits with crop method]

2005-09-08 Thread Joao S. O. Bueno Calligaris
On Thursday 08 September 2005 11:10, Adam J Smith wrote: Just following up to see if anyone out there has any thoughts on my original post below, as my own research into the issue has not gotten me very far. Any help at all will be greatly appreciated. Hi, I've worked with some large tiffs

Re: [Image-SIG] Auto level with PIL?

2005-09-07 Thread Joao S. O. Bueno Calligaris
-- On 08/09/2005, at 3:12 AM, Joao S. O. Bueno Calligaris wrote: Hi, If you can't find an autolevel to use with PIL, maybe yyou can use the GIMP instead. It is scriptable in python as well. JS -- On Wednesday 07 September 2005 14:00, Chris Barker wrote: Hi

Re: [Image-SIG] Something other than .show()

2005-07-02 Thread Joao S. O. Bueno Calligaris
On Friday 01 July 2005 23:38, Joseph Quigley wrote: What else can I use besides .show() to display the image? I don't mind xv but on Windows it takes forever to load the picture. Is there an alternative? I found the PIL handbook but I can't find anything other than .show() Thanks, Joe Hi!

Re: [Image-SIG] Converting to zebra (ZPL) format

2005-06-17 Thread Joao S. O. Bueno Calligaris
Hi Peter, despite Fredik's lengthy and carefull answer, I think that is not what you were asking for - his program is suitable to print images inpout inline inside a Python program as sequences of 0 and 1's. But I think you were asking for a way to print a generic image read from a disk

Re: [Image-SIG] animated gif

2005-02-06 Thread Joao S. O. Bueno Calligaris
On Friday 04 February 2005 07:02, Lionel Roubeyrie wrote: Hi all, Is it possible to create an animated gif with PIL? I can't find any documentation about this feature? Ok ..if no one answered, and there are no docs, I'd say PIL currently does not do anum gif. I do not know what you intend

Re: [Image-SIG] Streaming Images

2005-01-31 Thread Joao S. O. Bueno Calligaris
On Friday 31 December 2004 18:49, Jalil Feghhi wrote: I would like to create an image on the fly and stream it to the browser. Is there any information on how to do this exactly using PIL (or any other library)? In my python program, I am converting a random text to an image. I can serve it to