"D. Day" on  wrote...
| I know this program can do what I need but have been unable to get the 
| syntax right.  Using the Command Line, I need to extract the JPG Exif data 
| and output that to a text file.  I think a variation of the convert -verbose 
| command will do what I need but I am unable to get it to work.  Each time I 
| issue the command at the DOS prompt, it displays the help text.
| 

Use
   convert image.img  -verbose info:

OR
   identify -verbose image.img

the later is the prefered method.

  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
      There are bugs and there are bugs.  And then there are bugs.
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to