Search code examples
javanetbeansplatformdicom

How to load or open DICOM image file in java without using ImageJ library?


i m make App in netbeans platform in java swing. first i want to load or open DICOM image file without using ImageJ library in java.so how can i do that?


Solution

  • If you want a dedicated open-source DICOM library for loading DICOM images I would recommend PixelMed Java DICOM Toolkit, available here.