How to get results from identify.exe to a text file

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rastek
Posts: 1
Joined: 2015-01-07T01:46:54-07:00
Authentication code: 6789

How to get results from identify.exe to a text file

Post by rastek »

I want to get results from identify.exe to a file.
Does the identify.exe application provide any command line switches or options to pipe the results to a text file?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: How to get results from identify.exe to a text file

Post by dlemstra »

Under Windows you can just do this: identify logo: > c:\results.txt
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply