Save image metadata into local Java attributes

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
meiaIM

Save image metadata into local Java attributes

Post 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.
Post Reply