Search found 2 matches

by soniya.sonu
Sat, 2024-05-18, 06:53
Forum: DCMTK - General
Topic: Create quality jpeg image
Replies: 4
Views: 7723

Re: Create quality jpeg image

Hey hi, try using the dcm2jpg command from the DICOM toolkit with high-quality settings

Code: Select all

dcm2jpg --write-jpeg input.dcm output.jpeg
you can use an online tool like Jpeg Compressor which support various image format and compress without losing their quality.
by soniya.sonu
Fri, 2024-05-17, 10:45
Forum: DCMTK - General
Topic: DCMTK Latest version update issue
Replies: 11
Views: 13663

Re: DCMTK Latest version update issue

Hey hi, please check all dependencies are updated and re-link the libraries for DCMTK version 3.6.2 to resolve the linker error.