How to resize *.jpg to another folder,and keep filename?
Posted: 2008-12-12T02:12:38-07:00
for example:
How to keep the filename?
Code: Select all
convert -resize 200 *.jpg thumb\
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=12698
Code: Select all
convert -resize 200 *.jpg thumb\
tireless wrote:for example:
How to keep the filename?Code: Select all
convert -resize 200 *.jpg thumb\