nroduit / weasis-dicom-tools

Basic dicom API
Other
34 stars 33 forks source link

Using weasis-dicom-tools and dcm4che-imageio in the same project #31

Open mikhail-timofeev opened 1 month ago

mikhail-timofeev commented 1 month ago

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 project very challenging if not impossible. One example is org.dcm4che3.imageio.codec.jpeg.JPEGParser with a difference in the implementation. Is there any reason why the packages need to be named the same as in dcm4che? Is there perhaps a known workaround for this issue?