montage makes the original image sizes tiny. I actually want the originals to be "zoomed" even bigger with
high quality smoothing at the same time.
This doesn't work:
# montage -resize 500% ooo-*.gif ooo.gif
I'm on Ubuntu 10.04.
Thanks a lot,
Reza.
montage with original sizes intact
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: montage with original sizes intact
try
montage -geometry 500x500+2+2% ooo-*.gif ooo.gif
see
http://www.imagemagick.org/Usage/montage/#geometry_size
montage -geometry 500x500+2+2% ooo-*.gif ooo.gif
see
http://www.imagemagick.org/Usage/montage/#geometry_size
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: montage with original sizes intact
The alternative is to turn off the -geometry size (EG; use -geometry +2+2 ) and then use -resize yourself (after reading in the input images). That way you can do further modifications of the images before they are finally montaged.
Note the list of convert options that are simple saved by "montage" to use later, rather than their normal "convert" use.
http://www.imagemagick.org/Usage/montage/#settings
Other than that "montage" should accept all "convert" settings.
Note the list of convert options that are simple saved by "montage" to use later, rather than their normal "convert" use.
http://www.imagemagick.org/Usage/montage/#settings
Other than that "montage" should accept all "convert" settings.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/