Please enter the filepath to the first image
in sequence (.CR2 file including extension)
Path: C:\Users===\Pictures\2018\2018-07-08_MG_0006.CR2
Exception in thread "main" java.lang.NumberFormatException
: For input string: ":ns:meta/"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at proRAW
.getImageData(proRAW.java:186)
at proRAW.retrieveData(proRAW.java:74)
at proRAW.(proRAW.java:41)
at proRAW.main(proRAW.java:387)
It seems to be getting this error when it's loading every image into the Image class.
(It looks like it's getting the error on the first line of the first XMP file it has to load)
Please enter the filepath to the first image
in sequence (.CR2 file including extension)
Path: C:\Users===\Pictures\2018\2018-07-08_MG_0006.CR2
Exception in thread "main" java.lang.NumberFormatException
: For input string: ":ns:meta/"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at proRAW
.getImageData(proRAW.java:186)
at proRAW.retrieveData(proRAW.java:74)
at proRAW.(proRAW.java:41)
at proRAW.main(proRAW.java:387)
It seems to be getting this error when it's loading every image into the Image class.
(It looks like it's getting the error on the first line of the first XMP file it has to load)