nvjpeg-python icon indicating copy to clipboard operation
nvjpeg-python copied to clipboard

To decode images immediately into the desired format

Open SalimMaxHigh opened this issue 4 years ago • 1 comments
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).

SalimMaxHigh avatar Jun 02 '21 04:06 SalimMaxHigh