Search found 2 matches
- 2016-12-01T14:17:40-07:00
- Forum: Users
- Topic: magick indentify results piped to txt file
- Replies: 3
- Views: 1690
Re: magick indentify results piped to txt file
Actually, if the file is damaged is show as an error, so its magick identify -verbose [filename] > t.txt 2>&1
- 2016-12-01T13:18:14-07:00
- Forum: Users
- Topic: magick indentify results piped to txt file
- Replies: 3
- Views: 1690
magick indentify results piped to txt file
I am using the magick identify {filename} to determine if some jpg are damaged. The results go to the screen. How can I get it to a text file.
I added >> c:\txt.txt but that didn't seem to work.
I added >> c:\txt.txt but that didn't seem to work.