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

nvJPEG2000 support? #16

Open
blazespinnaker opened this issue Dec 12, 2022 · 0 comments
Open

nvJPEG2000 support? #16

blazespinnaker opened this issue Dec 12, 2022 · 0 comments

Comments

@blazespinnaker
Copy link

Does this library support nvJPEG2000 https://developer.nvidia.com/nvjpeg?

In particular, I'm trying to decode

JPEG Lossless, Nonhierarchical, First- Order Prediction (Processes 14 [Selection Value 1]): Default Transfer Syntax for Lossless JPEG Image Compression / 1.2.840.10008.1.2.4.70

This is from a dicom file - https://www.dicomlibrary.com/dicom/transfer-syntax/

I was able to get 1.2.840.10008.1.2.4.90 / JPEG 2000 Image Compression (Lossless Only) to work, but that was through dali.

Wanted to be able to decode both standards, ideally via nvjpeg if possible.

It requires some hacking of the dicom file to extract the raw jpg, but it does work, at least for jpeg 2000. Hopefully I can do something similar for JPEG Lossless, but not yet sure how.

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

No branches or pull requests

1 participant