identify format isnt returning the right information
Posted: 2017-09-11T00:51:52-07:00
Hello guys,
I'm using IM7 and for testing purposes want to return the title of the image via identify -format on windows in a batch file using this line of code
but instead of the imagetitle, its just returning "t" as a string.
I'm using IM7 and for testing purposes want to return the title of the image via identify -format on windows in a batch file using this line of code
Code: Select all
magick identify -format "%t" index.jpg