SyntaxFix
Write A Post
Hire A Developer
Questions
Late answer, but I've come to prefer the imageio module to the other alternatives
imageio
import imageio im = imageio.imread('abc.tiff')
Similar to cv2.imread(), it produces a numpy array by default, but in RGB form.
cv2.imread()