Thread: thumbnail sizes
View Single Post
  #17  
Old January 8th 18, 02:49 AM posted to rec.photo.digital
nospam
external usenet poster
 
Posts: 24,165
Default thumbnail sizes

In article , Carlos E.R.
wrote:

I've been using this to make thumbnails of jpeg files:

for img in *.JPG; do
echo thumbnailing $img
convert -geometry 105x70 $img $img
done


Why?
Why not use decent software?


"convert" is very decent and powerful software.
What would you use in a script, then?


there's no need to use a script at all. why make things more difficult
than they need to be?