Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
downsizing many images [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Frodo42
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2003
Posts: 119
Location: Bjerringbro, Denmark

PostPosted: Thu Dec 07, 2006 11:10 am    Post subject: downsizing many images [solved] Reply with quote

I am sure this has been asked before, I probably just haven't been searching for the right keywords.

I am looking for a little program or script that can downsize a lot of jpg pictures to a certain certain size, say from 2592 x 1944 to 1600 x 1200.

I have so far usually been using the Gimp for this, but when I have something like 50 pictures that need to be downsized that easily becomes a bit annoying.

Any help would be appreciated, thanks in advance.
_________________
my blog, my homepage


Last edited by Frodo42 on Thu Dec 07, 2006 11:51 am; edited 1 time in total
Back to top
View user's profile Send private message
smlgbl
Guru
Guru


Joined: 10 Feb 2005
Posts: 305

PostPosted: Thu Dec 07, 2006 11:19 am    Post subject: Reply with quote

Try to use imagemagick in a bash script. Check this. Good luck.
_________________
samuel.
'Do not let one girding on boast about himself like one unfastening'
Back to top
View user's profile Send private message
Frodo42
Tux's lil' helper
Tux's lil' helper


Joined: 21 Aug 2003
Posts: 119
Location: Bjerringbro, Denmark

PostPosted: Thu Dec 07, 2006 11:51 am    Post subject: Reply with quote

Thank you haader

It seems the comman
Code:
convert '*.jpg' -resize 1600x1400 whatevername%03d.jpg

pretty much does what I was looking for
_________________
my blog, my homepage
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum