You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Thanks for a great library for decoding images.
I would like to know if there is a possibility to decode images
immediately into the desired format. For example in gray, such as in OpenCV:
cv2.imdecode(some_image, cv2.IMREAD_GRAYSCALE).
The text was updated successfully, but these errors were encountered:
Hey! Thanks for a great library for decoding images.
I would like to know if there is a possibility to decode images
immediately into the desired format. For example in gray, such as in OpenCV:
cv2.imdecode(some_image, cv2.IMREAD_GRAYSCALE).
The text was updated successfully, but these errors were encountered: