Page 1 of 1

Save image metadata into local Java attributes

Posted: 2009-08-18T07:06:40-07:00
by meiaIM
Hi,

I can print image metadata with identify command (-verbose, -format....) but I don't know how to SAVE its values into fields that I have created in order to make different operations with them later.
I'm using Java to call ImageMagick from cmd commands. I Know that I could use JMagick (ex : getDimension().getHeight()) but I cannot use JMagick, I have to do it calling directly cmd commands.
Does anyone know how to do it in Java?

Many Thanks in advance.