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

### Describe the question. I have experimental data which is grayscale ( not rgb) and so the image shape is 2-D not 3-D. I would like to save the data...

bug

### Version 0.2.0.7 ### Describe the bug. Hi, I'm encountering an issue when decoding **16-bit TIFF images** using the nvImageCodec library. The decoded image appears to be **duplicated** and the...

bug

### 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 Must have (e.g....

enhancement

### Describe the question. I am trying to test C API on Ubuntu 22.04 with CPU x86_64 architecture and CUDA 12.2 following [this example](https://docs.nvidia.com/cuda/nvimagecodec/samples/c_samples.html#single-image-decode). However, I faced an issue at...

question

### Version cu12-0.2.0.7-py3-none-manylinux2014_x86_64 ### Describe the bug. When installing the python package, this warning is generated: ``` Warning: Validation of the RECORD file of nvidia_nvimgcodec_cu12-0.2.0.7-py3-none-manylinux2014_x86_64.whl failed. Please report to the...

bug

### Version 0.3.0 ### Describe the bug. When encoding an image from an nparray to jpeg - result is incorrect, image is offset to the righ, colors are 'separated'. The...

bug

### Version 0.2.0 ### Describe the bug. Calling the encoder, eg: `image_encoder.write(paths, images, params=image_encoding_params)` leaks memory, this becomes noticeable when you call it for a long time with a lot...

bug

I am trying to decode cv2 image. I read that the decode function receives "Numpy array with bytes to decode" as input. [link](https://docs.nvidia.com/cuda/nvimagecodec/py_api.html#nvidia.nvimgcodec.Decoder.decode) When try this code below ```python decoder...

### Version 0.3.0 ### Describe the bug. We successfully rebuild nvImageCodec in docker container (base image: nvcr.io/nvidia/deepstream:7.0-triton-multiarch, tested on x86_64 and AGX Orin), unfortunately running demo applications is not success:...

bug

### Version 0.2.0 ### Describe the bug. When I instantiate the nvImageCodec encoder for a second time in a thread, memory is not released. Which is more than 1 GB....

bug