I want to output an identify command to a text file. can I?
I want to output an identify command to a text file. can I?
That pretty much sums it up.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: I want to output an identify command to a text file. ca
what version of IM? what platform?
in unix, use a redirect
identify -verbose yourimage > rose.txt
in unix, use a redirect
identify -verbose yourimage > rose.txt
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: I want to output an identify command to a text file. ca
or use info: with a filename
Code: Select all
convert image -verbose info:identify_output.txt
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/