achieving equal size logos in montage
Posted: 2011-06-14T09:22:48-07:00
Greetings,
This is a basic question for the gurus, but I'm kind of stumped, after trying several things, and searching this excellent forum; but here's my question...
I'm trying to get 5 different logos to the same height size, then put them into a montage, which gets used on my client's homepage. I know to use the "convert filename.png -resize 'x200' newfile.gif" to get them all the same size. I use 'identify' to verify that the 5 files are indeed all the same height...yet when I montage them all together into a 5x1 tile:
montage -tile 5x1 -background none file1 file2 ... montage_filename.gif
They still come out looking different heights? The result can be seen here: http://www.thisairsealedhome.com/index.html, where the five logos are seen along the bottom of the screen.
Any suggestions as the cause of my (newbie) error?
(BTW, ImageMagick is an amazing resource...just discovered it a month or so ago...)
Thanks! --rick
This is a basic question for the gurus, but I'm kind of stumped, after trying several things, and searching this excellent forum; but here's my question...
I'm trying to get 5 different logos to the same height size, then put them into a montage, which gets used on my client's homepage. I know to use the "convert filename.png -resize 'x200' newfile.gif" to get them all the same size. I use 'identify' to verify that the 5 files are indeed all the same height...yet when I montage them all together into a 5x1 tile:
montage -tile 5x1 -background none file1 file2 ... montage_filename.gif
They still come out looking different heights? The result can be seen here: http://www.thisairsealedhome.com/index.html, where the five logos are seen along the bottom of the screen.
Any suggestions as the cause of my (newbie) error?
(BTW, ImageMagick is an amazing resource...just discovered it a month or so ago...)
Thanks! --rick