steharg
April 22nd, 2007, 06:55 PM
i am trying to resize a load of images so they are no more than 150x150px
i am currently using
convert -resize 150x150\> *.jpg
but it is renaming all the files to that of the last image then adding a number after each one...
lastfilename.jpg.1
lastfilename.jpg.2
etc
how can i get it to keep its original file name? or even go back over to rename it without the numbers on the end?
i am currently using
convert -resize 150x150\> *.jpg
but it is renaming all the files to that of the last image then adding a number after each one...
lastfilename.jpg.1
lastfilename.jpg.2
etc
how can i get it to keep its original file name? or even go back over to rename it without the numbers on the end?