Search found 11 matches

by Ricky Yang
Wed, 2023-07-12, 21:57
Forum: DCMTK - General
Topic: RF DICOM file failed to get compressed by dcmcjp2k
Replies: 4
Views: 3932

Re: RF DICOM file failed to get compressed by dcmcjp2k

Apparently, the Transfer Syntax UID in the file meta information header is incorrect: For a DICOM dataset that is encoded with Explicit VR Little Endian, the Pixel Data element is not stored in encapsulated format (i.e. with a sequence of pixel items), but in uncompressed format. See DICOM PS3.5 fo...
by Ricky Yang
Wed, 2023-07-12, 20:19
Forum: DCMTK - General
Topic: RF DICOM file failed to get compressed by dcmcjp2k
Replies: 4
Views: 3932

Re: RF DICOM file failed to get compressed by dcmcjp2k

THANK YOU J. Riesmeier for your quick reply! This is a very helpful info for me to do further investigation.
Appreciate your help !
by Ricky Yang
Wed, 2023-07-12, 15:35
Forum: DCMTK - General
Topic: RF DICOM file failed to get compressed by dcmcjp2k
Replies: 4
Views: 3932

RF DICOM file failed to get compressed by dcmcjp2k

Hello Engineer, I have one RF DICOM file failed to get compressed by dcmcjp2k, and failed to get dcmsend to storescp. I appreciate your time and help! When do dcmcjp2k: Error message: E: no pixel data found in DICOM dataset F: no conversion to transfer syntax JPEG 2000 (Lossless only) possible! . I ...
by Ricky Yang
Tue, 2021-02-23, 03:17
Forum: DCMTK - General
Topic: dcm image can not be open while dcmdump works well
Replies: 1
Views: 1468

dcm image can not be open while dcmdump works well

Hello Engineer, I have one dcm file which can not be opened and viewed, I use dcmdump to dump the tags, it looks good in the text. Can you help check why it can not be opened or viewed? I have sent the file to dicom@offis.de by email. Please check the original file and I appreciate your time and hel...
by Ricky Yang
Thu, 2020-10-15, 16:06
Forum: DCMJP2K
Topic: image looks black after converting to jpeg2klossy format
Replies: 2
Views: 6349

Re: image looks black after converting to jpeg2klossy format

Marco Eichelberg

Thank you very much for your detailed answer, and I tried your solution, it works!

I really appreciate your time and help!

Thank you again!
by Ricky Yang
Wed, 2020-10-14, 20:01
Forum: DCMJP2K
Topic: image looks black after converting to jpeg2klossy format
Replies: 2
Views: 6349

image looks black after converting to jpeg2klossy format

Hello, @ J. Riesmeier I want to use dcmcjp2k to convert DICOM file from 1.2.840.10008.5.1.4.1.1.1 -> 1.2.840.10008.1.2.4.91 After running the following command, the 1.lossy does not look good, it looks whole image is black. Can you figure out why? Could you provide me your email address so I can sen...
by Ricky Yang
Sun, 2020-08-09, 19:07
Forum: DCMTK - General
Topic: How can I use tools in DCMTK to do Rotation/Flip DICOM files
Replies: 3
Views: 2022

Re: How can I use tools in DCMTK to do Rotation/Flip DICOM files

Hello J. Riesmeier, I am using Java and want to do manipulation of DICOM file, do you have any idea that how I can do it?
ex. 1. use several dcmtk toolkits to do it?
2. any lib I can use to implement it?
by Ricky Yang
Sat, 2020-08-08, 01:22
Forum: DCMTK - General
Topic: Question about dcmtk - dcm2pnm v3.6.5(Unix)
Replies: 4
Views: 2204

Re: Question about dcmtk - dcm2pnm v3.6.5(Unix)

Thank you J. Riesmeier, after I installed libpng-dev and reinstalled dcmtk, dcm2pnm is able to convert dicom to png. :)
by Ricky Yang
Thu, 2020-08-06, 21:46
Forum: DCMTK - General
Topic: Question about dcmtk - dcm2pnm v3.6.5(Unix)
Replies: 4
Views: 2204

Re: Question about dcmtk - dcm2pnm v3.6.5(Unix)

Thanks for the reply, then how do I compile the libpng support enabled to create dcm2pnm supporting png? I ran the command, it shows: ./dcm2pnm --version $dcmtk: dcm2pnm v3.6.5 2019-10-28 $ dcm2pnm: Convert DICOM images to PGM/PPM or BMP Host type: x86_64-unknown-linux-gnu Character encoding: system...
by Ricky Yang
Thu, 2020-08-06, 20:13
Forum: DCMTK - General
Topic: How can I use tools in DCMTK to do Rotation/Flip DICOM files
Replies: 3
Views: 2022

How can I use tools in DCMTK to do Rotation/Flip DICOM files

How can I use tools in DCMTK or other java methods to do Rotation/Flip DICOM files. Can someone provide working flows like using which tools in DCMTK to implement manipulation(Rotation/Flip) for DICOM files? Currently, I can do: 1. dcm2pnm: DICOM to BMP 2. img2dcm: BMP to DICOM However, img2dcm only...
by Ricky Yang
Thu, 2020-08-06, 20:05
Forum: DCMTK - General
Topic: Question about dcmtk - dcm2pnm v3.6.5(Unix)
Replies: 4
Views: 2204

Question about dcmtk - dcm2pnm v3.6.5(Unix)

I want to use Unix version dcm2pnm v3.6.5 to transfer DICOM file to PNG file in Unix. However, the following parameter is only support Windows version dcm2pnm. Under Unix, the parameter does not work for Unix version dcm2pnm +on2 --write-16-bit-png write 16-bit (monochrome) or 48-bit (color) PNG Und...