Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mass image scaling
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
djh-world
Apprentice
Apprentice


Joined: 04 Jan 2004
Posts: 281
Location: Nottingham, UK

PostPosted: Mon Jul 18, 2005 12:09 pm    Post subject: Mass image scaling Reply with quote

Hi there.

I've got a load of photos within a directory, which need to be rescaled to a size of width = 525 height = 350.

Obviously opening GiMP and rescaling each one is a bit of a chore, I was just wondering if any of you knew of a method which can re scale all the images quickly.

I've heard of "Gimp batch mode", but I can't find any good enough examples of rescaling.

Any ideas?
_________________
djh-solutions :: freelance web design | solution provider
Back to top
View user's profile Send private message
BlueCame1
n00b
n00b


Joined: 11 Jul 2005
Posts: 33
Location: Durham, NC

PostPosted: Mon Jul 18, 2005 12:12 pm    Post subject: Reply with quote

Install ImageMagick and have a look at the mogrify command. See the man page or http://www.imagemagick.org/script/mogrify.php for some examples.
_________________
--
Scott
Back to top
View user's profile Send private message
genneth
Apprentice
Apprentice


Joined: 24 Mar 2003
Posts: 152
Location: UK

PostPosted: Mon Jul 18, 2005 12:13 pm    Post subject: Reply with quote

Emerge imagemagick, and go to the directory, and do:

Code:
find . -type f -print0 | xargs -0 -n 1 mogrify -resize 525x350

_________________
[img]http://www.kordix.com/rpi/?u=genneth[/img]
Back to top
View user's profile Send private message
djh-world
Apprentice
Apprentice


Joined: 04 Jan 2004
Posts: 281
Location: Nottingham, UK

PostPosted: Mon Jul 18, 2005 3:44 pm    Post subject: Reply with quote

Brilliant, this did the job perfectly!

Thanks!
_________________
djh-solutions :: freelance web design | solution provider
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