Thread: thumbnail sizes
View Single Post
  #20  
Old January 8th 18, 03:01 AM posted to rec.photo.digital
Carlos E.R.
external usenet poster
 
Posts: 278
Default thumbnail sizes

On 2018-01-08 03:49, nospam wrote:
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?


Scripts are trivial to use for automation. What, you do not know...? Wow.

--
Cheers, Carlos.