Am 16.04.2010 19:43, schrieb John McAllister:
identify -format "[\"%f\",%w,%h]," *.jpg>   myfile.txt--?
Or... does the app have its own command line?

imagemagick should have installed the command line tools and set the PATH variable such, that you can simply call them in any command window. If you are in the folder c:\myimages you simply type the identify command at the command prompt:

C:\myimages>identify -format "[\"%f\",%w,%h]," *.jpg >myfile.txt

If you get a not found error open a new command window and type PATH (and enter) the path to imagemagick folder should be part of the output string. If not you must enter it manually:
http://www.computerhope.com/issues/ch000549.htm

--
Erik Krause
http://www.erik-krause.de

--
You received this message because you are subscribed to the Google Groups "hugin and 
other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx

Reply via email to