简体   繁体   中英

Need guidance for DICOM compression using Pixelmed library

I am new to DICOM, I have already done compression of DICOM images using GDCM library. But as it creates dependency on Dll files, I am looking for alternatives ways to do it.

I have came across PixelMed library Ref. PixelMed Library Documentation Which has compression classes, I need a proper guidance for DICOM compression with quality factors on Pixel Data of DICOM image.

Also after that how can I decompress the same image using Pixelmed library.

By "creates dependency on Dll files" do you mean that the toolkit includes native libraries ? I doubt you'll find a pure Java DICOM toolkit that is able to write compressed pixel data for all standard transfer syntaxes. There is no maintained pure Java library that writes JPEG-2000 codestream, for instance, AFAIK. You can have a look at Dimple who can compress into all JPEG transfer syntaxes variants with a control on quality factors, but it relies on a native library too.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM