Page 1 of 1

I want to output an identify command to a text file. can I?

Posted: 2012-07-11T10:34:25-07:00
by jmkeuning
That pretty much sums it up.

Re: I want to output an identify command to a text file. ca

Posted: 2012-07-11T18:07:01-07:00
by fmw42
what version of IM? what platform?

in unix, use a redirect

identify -verbose yourimage > rose.txt

Re: I want to output an identify command to a text file. ca

Posted: 2012-07-11T21:04:22-07:00
by anthony
or use info: with a filename

Code: Select all

  convert image -verbose info:identify_output.txt