io plugin issue (8bits 16bits)

Stéfan van der Walt stefan at sun.ac.za
Mon Dec 5 16:52:39 EST 2011


On Mon, Dec 5, 2011 at 1:20 PM, jip <jeanpatrick.pommier at gmail.com> wrote:
>  I joined an image with that message.

Thanks, JP.  This allowed me to narrow down the problem.  We currently
do not have logic to support PIL Tiff objects, so they end up embedded
in an object array.

In the meantime, the matplotlib plugin does work for me:

import skimage.io as sio
sio.use_plugin('matplotlib')
img = sio.imread('1.tiff')

Cheers
Stéfan



More information about the scikit-image mailing list