[Numpy-discussion] [OT] any image io module that works with python3?

Nadav Horesh nadavh at visionsense.com
Sun Mar 13 14:20:59 EDT 2011


Jest tested the installation (after git clone ...). I had to correct the following lines in _build.py to pass installation:
lines 72, and 75 should be:
    f0 = open(f0,'br')
    f1 = open(f1,'br')

  Nadav.
________________________________________
From: numpy-discussion-bounces at scipy.org [numpy-discussion-bounces at scipy.org] On Behalf Of Stéfan van der Walt [stefan at sun.ac.za]
Sent: 13 March 2011 17:19
To: Discussion of Numerical Python
Subject: Re: [Numpy-discussion] [OT] any image io module that works with        python3?

On Sat, Mar 12, 2011 at 2:35 PM, Zachary Pincus <zachary.pincus at yale.edu> wrote:
> 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.

I now fixed the scikits.image build process under Python 3, so this
should be easy to try out.

Regards
Stéfan
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion at scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion





More information about the NumPy-Discussion mailing list