it s the first time i try this page. I ve just installed imagemagick on a windows 7 machine and the command “identify” is excactly what i ve been looking for.
I just want to do a bat file now, where i can drag a imagefile on it and then this command will be executed and a txt-file with the result will be saved.
I just cant handle it. What i ve got until now is:
set SOURCE=%1
identify -verbose %SOURCE%
But my Output is just a:
set SOURCE=-verbose
identify -verbose -verbose
So he is changing my Source-Variable? Why?
This seems to be so short and simple but i really got stucked now.
Maybe someone could give me a hint. Thx in advance
Just do this.