I'd like to create a montage of several thumbnails; but, the processing time is a bit long, mainly because of the -tile command.
Here I'm only using one input file, just for testing.
Is there something I can do to speed it up?
Montage IM command=> /usr/local/bin/montage -size 240 -label %f /home/xxxxx/public_html/test/images/dan1.jpg -frame 3 -thumbnail 120x120 -tile 5 /home/xxxx/public_html/test/images/thumbs_montage.gif
montage processing time
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: montage processing time
It isn't tiling, it is the read and processing time to handle your large jpeg images.
Add a -size 240x240 before the first JPEG image argument, to get the JPEG library to limit JPEGs to something just a bt larger than that.
See IM Examples, on JPEG settings
http://www.imagemagick.org/Usage/formats/#jpg_read
YES IM Examples has now moved to the offical IM web server.
Add a -size 240x240 before the first JPEG image argument, to get the JPEG library to limit JPEGs to something just a bt larger than that.
See IM Examples, on JPEG settings
http://www.imagemagick.org/Usage/formats/#jpg_read
YES IM Examples has now moved to the offical IM web server.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/