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 -
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
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
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
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
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
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
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
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/