[Image-SIG] Creating text on images

2005-01-12 Thread Morten W. Petersen
Hi all, I'm trying to create a script that will superimpose text on an image. I didn't find any great examples out there on how this can be done (I presume using PIL is necessary), do you know of any examples? Thanks, Morten ___ Image-SIG maillist -

Re: [Image-SIG] install PIL

2005-01-12 Thread Bob Ippolito
On Jan 12, 2005, at 18:41, Chris Barker wrote: Fei Xu wrote: I am installing PIL on Mac Os X. I ran the command python setup.py build and get an error messange as below: Fatal Python error: Interpreter not initialized (version mismatch?) Abort That looks like the error you get when you have more

Re: [Image-SIG] install PIL

2005-01-12 Thread Chris Barker
Fei Xu wrote: I am installing PIL on Mac Os X. I ran the command python setup.py build and get an error messange as below: Fatal Python error: Interpreter not initialized (version mismatch?) Abort That looks like the error you get when you have more than one version of Python installed on your sys

[Image-SIG] human readable IPTC field names?

2005-01-12 Thread Jonah Bossewitch
Hi, ps - I apologize for x-posting this message, but image-sig looked like it has been inactive since 2001. I am using the IptcImagePlugin to extract the IPTC tags from an image file. I was able to successfully retrieve the tags from the image (thanks!), but the results are keyed off of cry

[Image-SIG] install PIL

2005-01-12 Thread Fei Xu
Hi! I am installing PIL on Mac Os X. I ran the command python setup.py build and get an error messange as below: Fatal Python error: Interpreter not initialized (version mismatch?) Abort How can I fix this problem? thanks a lot! fei ___ Image-SIG mailli

[Image-SIG] zoom for TkImage?

2005-01-12 Thread Russell E. Owen
PIL's ImageTk.PhotoImage object can be used in place of a Tkinter PhototImage, but does not have Tkinter's zoom and subsample methods. I realize PIL has other tools for resizing images (and they are more flexible and can do zoom in and out with one method instead of two), but nonetheless these

[Image-SIG] Re: Installation help wanted

2005-01-12 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, "Russell E. Owen" <[EMAIL PROTECTED]> wrote: > I'm running into trouble with a linux install of PIL. > > My setup: > - libjpeg and libz are in /usr/lib > - the python and tcl/tk I want to use are on /net/python, a > network-shared volume. Python 2.3.4 is /net/pyt

[Image-SIG] extracting pattern coordinates

2005-01-12 Thread Bill Tolbert
Is it possible to 'search' an image for a pattern? I want to locate text entry boxes in a black and white bitmap and extract the coordinates. The text boxes would simply be rectangles. The ultimate goal is to automatically create an html form that has text boxes located and sized based on the

[Image-SIG] Installation help wanted

2005-01-12 Thread Russell E. Owen
I'm running into trouble with a linux install of PIL. My setup: - libjpeg and libz are in /usr/lib - the python and tcl/tk I want to use are on /net/python, a network-shared volume. Python 2.3.4 is /net/python/bin/python and was built with tcl/tk 8.4.6 which are in /net/python/lib, /net/python/