Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
imagemagick convert to fixed height
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
oldefortran
l33t
l33t


Joined: 28 Feb 2004
Posts: 652

PostPosted: Fri Mar 07, 2008 10:33 am    Post subject: imagemagick convert to fixed height Reply with quote

Hi.
Does anyone know how to convert images to a fixed height of 137 pixels with imagemagick?
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Fri Mar 07, 2008 11:01 am    Post subject: Reply with quote

does:

convert -resize thesizeyouwant

or convert -geometry thesizeyouwant

work?
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
LemurFromTheId
n00b
n00b


Joined: 22 Apr 2005
Posts: 64
Location: Finland

PostPosted: Sat Mar 08, 2008 12:51 pm    Post subject: Reply with quote

More precisely, -resize x137 is probably the option you're looking for.

E.g. mogrify -resize x137 *.jpeg
Back to top
View user's profile Send private message
mjf55
Guru
Guru


Joined: 25 Aug 2007
Posts: 372

PostPosted: Sun Mar 09, 2008 6:13 am    Post subject: Reply with quote

So I would suggest :
convert -resize x137! old.jpg new.jpg

Note the ! . The x/y deminsion ratio will change.

or the mogify command listed prior , again with the !
_________________
Mark
No longer a n00b, but still a 'Kool Kid' wannabe
Back to top
View user's profile Send private message
oldefortran
l33t
l33t


Joined: 28 Feb 2004
Posts: 652

PostPosted: Mon Mar 10, 2008 8:42 am    Post subject: Reply with quote

trae wrote:
More precisely, -resize x137 is probably the option you're looking for.

E.g. mogrify -resize x137 *.jpeg


mogrify seems to do the trick! Thanks.
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