Example to Load File with transfer syntaxes '1.2.840.10008.1.2.4.70', '1.2.840.10008.1.2.4.57' are not functioning and we can't load files
Vladimir-Kharam opened this issue · 2 comments
Hi All,
I have cloned cornerstoneWADOImageLoader repo.
Running examples\dicomfile.
We can't load the files CTImage.dcm_JPEGProcess14SV1TransferSyntax_1.2.840.10008.1.2.4.70.dcm,
CTImage.dcm_JPEGProcess14TransferSyntax_1.2.840.10008.1.2.4.57.dcm
from examples\test-images Folder
I also can't load US RGB Image with transfer syntax '1.2.840.10008.1.2.4.70'.
It is not problem to load identical image with transfer syntaxes:
"1.2.840.10008.1.2.4.90" (JPEG 2000 Image Compression(Lossless Only)),
"1.2.840.10008.1.2.4.50" (JPEG Baseline(Process 1))
My email address is: vkharam@ramsoft.com
Thanks in advance
I am having the same issue with not being able to load dicoms with a TransferSyntaxUID of .2.840.10008.1.2.4.70. Are there some additional steps that I may be missing? Any help or advice on what needs to be done to load dicoms with this TransferSyntaxUID would be appreciated.
I am having the same issue with not being able to load dicoms with a TransferSyntaxUID of .2.840.10008.1.2.4.70. Are there some additional steps that I may be missing?