nvImageCodec icon indicating copy to clipboard operation
nvImageCodec copied to clipboard

A nvImageCodec library of GPU- and CPU- accelerated codecs featuring a unified interface

Results 14 nvImageCodec issues
Sort by recently updated
recently updated
newest added

### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request Nice to have...

enhancement

I was building this project with some optional features disabled and ran into CMake and compiler errors. Specifically, I was trying to build with this configuration. ```bash cmake .. -GNinja...

Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.6.0.66 to 4.8.1.78. Release notes Sourced from opencv-python's releases. 4.8.1.78 OpenCV 4.8.1 release. Important changes: WebP security update for CVE-2023-4863 4.8.0.76 Adds cv2.typing to package. Close #869...

dependencies

### Version 0.3.0.5 ### Describe the bug. When reading an 1ch 8bit image, nvimgcodec returns a 3ch 8bit image. OpenCV has the same behaviour when not specifying a format. When...

bug
question