weasis-dicom-tools icon indicating copy to clipboard operation
weasis-dicom-tools copied to clipboard

Basic dicom API

Results 5 weasis-dicom-tools issues
Sort by recently updated
recently updated
newest added

The version of CLIUtils seems to be out of date. This creates a conflict because I'm trying to use the `weasis-dicom-tools:5.26.0` in combination with Dcm2Jpg `org.dcm4che.tool:dcm4che-tool-dcm2jpg:5.26.0`, which tries to call...

We needed to package this library for a project and wanted to use the JitPack tool for this. However, by default, JitPack builds with Java 8, not with 11, which...

It is my understanding that the flag IncludeBulkData.YES of the _dcm4che_ DicomInputStream results in the image data being stored in the as a Fragments object with each element being a...

problem: - compress a dicom image with org.dcm4che3.img.Transcoder.dcm2dcm in JPEG2000 (1.2.840.10008.1.2.4.91) - check dicom tag LossyImageCompressionRatio result: default value for CompressionRatioFactor is 10 LossyImageCompressionRatio is 13.332180546726 expected: LossyImageCompressionRatio should be...

Type: Question

Hello, in this library there are multiple classes having the exact same name and package as the classes in the dcm4che-imageio library, which unfortunately makes using both in the same...