Jay
Jay

Reputation: 1265

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?

Upvotes: 1

Views: 2429

Answers (1)

Anders Gustafsson
Anders Gustafsson

Reputation: 15971

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

Upvotes: 1

Related Questions