advanced code snippet search
jasonseney on 10/01/09
resize dos imagemagick convert
10/01/09 02:23am
4 people have marked this snippet as a favorite
sulfuritogzjianTysterthastyle
FOR %a in (*.jpg) DO convert -verbose %a -resize 800x550 .\thumb\%a
Report this snippet Tweet
Comment:
You need to login to post a comment.