Hi, I compared skimage.io on an other ubuntu box (10.10), with readmagick//mahotas for 8 bits and 12 bits images. The script and the image are joined. As you can see, displaying a 16 bits image yield a saturated image and the orientation is mirrored. When a 8 bit png image is loaded the three libs (sio, readmagick mahotas), no difference can be seen. Should I use a github version to fix that issue? Thanks JP
Hi JP On Thu, Dec 8, 2011 at 6:17 AM, jip <jeanpatrick.pommier@gmail.com> wrote:
As you can see, displaying a 16 bits image yield a saturated image and the orientation is mirrored. When a 8 bit png image is loaded the three libs (sio, readmagick mahotas), no difference can be seen.
This seems to be a matplotlib bug; I can reproduce it on my machine. I've filed a PR against matplotlib: https://github.com/matplotlib/matplotlib/pull/622 Cheers Stéfan
participants (2)
-
jip
-
Stéfan van der Walt