imread
hmeine opened this issue · comments
Hans Meine commented
I often use qimage2ndarray for a simple imread() implementation, similar to
- scipy.ndimage.imread (which uses PIL)
- scipy.misc.imread
- matplotlib.pyplot.imread (using PIL for non-PNGs)
It would be convenient to have this utility function in qimage2ndarray, too.
Hans Meine commented
Implemented in 41f95a4