Search found 3 matches

by AlexNovak
2016-04-20T01:33:44-07:00
Forum: Users
Topic: Add dimention into filename
Replies: 5
Views: 4769

Re: Add dimention into filename

snibgo, GeeMack, thanks a lot!
by AlexNovak
2016-04-18T08:57:03-07:00
Forum: Users
Topic: Add dimention into filename
Replies: 5
Views: 4769

Re: Add dimention into filename

Thank you snibgo, it works! But how can I "convert" that info into a value of some var? set VAR=... interpritate that whole command as a string.
by AlexNovak
2016-04-18T05:58:58-07:00
Forum: Users
Topic: Add dimention into filename
Replies: 5
Views: 4769

Add dimention into filename

How can I add image dimention into it's filename? Truly speaking, I can't even extract it with identify :( This code: @echo off identify -format "%f, %w, %h" sprite.jpg pause Gives me this: w, hPress any key to continue . . . PS: I'm using ImageMagick 6.9.3-7 Q16 x64 and Windows 7 x64