Hi all, I am new to dcm4che and indeed Java as well.
I have a Java BufferedImage object which I need to save to the local file system as a dicom image. I was trying to use dcm4che 2 but ran into issues getting JAI to work on my system. I switched to dcm4che 3 because the JAI jar is included in the distribution. However, now when I output:
ImageIO.getWriterFormatNames()
I don't have any "dicom" or "dcm" options listed. This was working using dcm4che 2. I have the dcm4che-imageio-3.x.x.jar in my class path, and I added the included dll files to my Windows PATH. This a 64-bit Windows installation, if that makes any difference.
If someone could suggest a simple way to save a BufferedImage as a dicom file, I would be very grateful.