Re: Sample script
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240800c8089190ac3e@[192.168.1.2]> |
>Hello, I am an ImageMagick newbye and I would like some help in >building the correct command line in order to be able to perform an >image composition test (on Windows). > >I have 5 jpeg images ... image1.jpg ... image5.jpg, the output image >should be: >1) 15.000 x 10.000 pixel with image1.jpg as the background (scaled) >and with a 50% blur effect >2) the other 4 images appended on top of the background (in any >order) with a shadow effect Good reading at: http://www.imagemagick.org/Usage/ In particular: http://www.imagemagick.org/Usage/layers/ http://www.imagemagick.org/Usage/thumbnails/#shadow http://www.imagemagick.org/Usage/compose/ http://www.imagemagick.org/Usage/compose/#blend Sorry I don't use Windows and some things are different. See http://www.imagemagick.org/Usage/windows/ Fred