How do you convert ProPhoto RGB colorspace to RGB with scikit-image and/or PIL? – Photoshop
I have TIF files that are in the ProPhoto RGB colorspace. These are imported fine with scikit-image's "imload" method. However, when I try to use matplotlib to view the image data I receive the error: plt.imshow(myImage) plt.show() Clipping input data…