Re: [Image-SIG] writing text on image

2007-05-07 Thread Jim Vickroy
SELMA GÜZEL wrote: Hi! According to my knowledge, PIL image module hasn't got text feature. How can write text to an image? Take a look at the text method in http://www.pythonware.com/library/pil/handbook/imagedraw.htm And another question, how can use enter feature when i want to write

[Image-SIG] Installing PIL1.1.x With Python 2.5 In FreeBSD6.2 Failture.

2007-05-07 Thread bbenyu
HI all: Can you tell me what error with my installation ? I order following steps install my PIL , but final it was failture. 1、download and install the jpegsrc-6b.tar.gz from ijg.org fetch ... tar -zxf jpegsrc-6b.tar.gz cd jpeg-6b ./confgiure --prefix=/usr/local/jpeg-6b

[Image-SIG] working with multi-spectral imagery, PIL, and NumPy

2007-05-07 Thread Nate Jennings
Hello... I am working on building an image processing application for a class I am teaching in remote sensing. I have multi-spectral (multi-band...greater than 3 bands of imagery) that I would like to load into a NumPy array so I can process it. PIL seems to be limited to 3 bands for PIL. Is

Re: [Image-SIG] working with multi-spectral imagery, PIL, and NumPy

2007-05-07 Thread Ali Santacruz
Hi Nate, I am also working in an academic application for image processing (remote sensing data) based in Python, which is intended to accompany a book over this topic (written in Spanish). I have been working around the same tools you mention (PIL, Numpy, wxPython), as you can see in the