Hey!

.
I'm trying to get a image file from a DCM with multiple frames, but when I try to do it I got an Exception:
- jfalvarez@dev2:~/public_html/dcm_example_files$ dcm4che-2.0.15/bin/dcm2jpg 0020.DCM 0020.jpg
Exception in thread "main" org.dcm4che2.data.ConfigurationError: No Image Reader of class org.dcm4che2.imageioimpl.plugins.rle.RLEImageReader available for format:rle
at org.dcm4che2.imageio.ImageReaderFactory.getReaderForTransferSyntax(ImageReaderFactory.java:99)
at org.dcm4che2.imageioimpl.plugins.dcm.DicomImageReader.initCompressedImageReader(DicomImageReader.java:293)
at org.dcm4che2.imageioimpl.plugins.dcm.DicomImageReader.initImageReader(DicomImageReader.java:285)
at org.dcm4che2.imageioimpl.plugins.dcm.DicomImageReader.read(DicomImageReader.java:403)
at org.dcm4che2.tool.dcm2jpg.Dcm2Jpg.convert(Dcm2Jpg.java:137)
at org.dcm4che2.tool.dcm2jpg.Dcm2Jpg.main(Dcm2Jpg.java:238)
Thx for any help!