Batch resize in DOS batch file with imagemagick


/ Published in: DOS Batch
Save to your folder(s)



Copy this code and paste it in your HTML
  1. FOR %a in (*.jpg) DO convert -verbose %a -resize 800x550 .\thumb\%a

Report this snippet


Comments


You need to login to view comments.