Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Is nvjpeg supported #1193

Closed
ecmnet opened this issue Jun 26, 2022 · 6 comments · Fixed by #1195
Closed

Question: Is nvjpeg supported #1193

ecmnet opened this issue Jun 26, 2022 · 6 comments · Fixed by #1195
Assignees

Comments

@ecmnet
Copy link

ecmnet commented Jun 26, 2022

I saw that nvcodec is supported. My question is, whether there is a reason, why nvjpeg is not.

@saudet
Copy link
Member

saudet commented Jun 26, 2022

No reason other than no one has ever needed it, but contributions are welcome!

@devjeonghwan
Copy link
Member

devjeonghwan commented Jun 27, 2022

nvJPEG is part of CUDA 11.X Toolkit. (on CUDA 10 or 9, separated)

You can add nvJPEG header(%CUDA_PATH%\v11.X\include\nvjpeg.h) to already exists cuda preset.

If you want use nvJPEG2000, have to add new preset. See Create-New-Presets

@devjeonghwan
Copy link
Member

Ok, I added nvjpeg.h header in cuda preset.

You can check in #1195

@saudet
Copy link
Member

saudet commented Jun 30, 2022

@ecmnet Please give it a try with the snapshots: http://bytedeco.org/builds/

@ecmnet
Copy link
Author

ecmnet commented Jun 30, 2022

Thanks a lot - will try it asap.

@saudet
Copy link
Member

saudet commented Nov 3, 2022

These new wrappers have now been released with version 1.5.8! Enjoy and thanks for the contribution @devjeonghwan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants