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

On 2018-01-07 22:22, Savageduck wrote:
On Jan 7, 2018, Phillip Helbig (undress to reply wrote
(in article ):

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?

--
Cheers, Carlos.