nvjpeg-python
nvjpeg-python copied to clipboard
To decode images immediately into the desired format
trafficstars
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).