Metadata Extraction for CRW files- please help urgent
HI,
we want to extract Metadata for CRW files.
we are using this code of JRAWIO-
File file = new File("DSC1234.NEF"); ImageReader reader = ImageIO.getImageReaders(file).next(); reader.setInput(ImageIO.createImageInputStream(file)); IIOMetadata metadata = reader.getImageMetadata(0);
By this code, we are successful in extracting metadata fro CR2 files. but CRW is still not working.
please help in extracting metadata for CRW files, by this code or by any other code..
Its given that above code supports CRW file.
please help