Here's a ctypes interface to FreeImage that I wrote a while back and  
was since cleaned up (and maintained) by the scikits.image folk:

https://github.com/stefanv/scikits.image/blob/master/scikits/image/io/_plugins/freeimage_plugin.py

If it doesn't work out of the box on python 3, then it should be  
pretty simple to fix.

Zach



On Mar 12, 2011, at 4:40 AM, Christoph Gohlke wrote:

>
>
> On 3/12/2011 1:08 AM, Nadav Horesh wrote:
>> Having numpy, scipy, and matplotlib working reasonably with  
>> python3, a
>> major piece of code I miss for a major python3 migration is an  
>> image IO.
>> I found that pylab's imread works fine for png image, but I need to  
>> read
>> all the other image format as well as png and jpeg output.
>> Any hints (including advices how easyly construct my own module) are
>> appreciated.
>> Nadav.
>>
>
> On Windows, PIL (private port at
> <http://www.lfd.uci.edu/~gohlke/pythonlibs/#pil>), PythonMagick
> <http://www.imagemagick.org/download/python/>, and pygame 1.9.2pre
> <http://www.pygame.org> are working reasonably well for image IO. Also
> the FreeImage library <http://freeimage.sourceforge.net/> is easy to  
> use
> with ctypes <http://docs.python.org/py3k/library/ctypes.html>.
>
> Christoph
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to