Search found 1 match

by theuser233
2017-09-11T00:51:52-07:00
Forum: Users
Topic: identify format isnt returning the right information
Replies: 1
Views: 1880

identify format isnt returning the right information

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

Code: Select all

magick identify -format "%t" index.jpg
but instead of the imagetitle, its just returning "t" as a string.