Discussion:
Sample script
Marco Bambini
2010-05-06 15:21:48 UTC
Permalink
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

Any help would be really appreciated.
Thanks a lot.
--
Marco
Fred Weinhaus
2010-05-06 15:36:19 UTC
Permalink
Post by Marco Bambini
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
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
Anthony Thyssen
2010-05-07 06:52:15 UTC
Permalink
On Thu, 6 May 2010 17:21:48 +0200
magick-users-***@imagemagick.org wrote:

| 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
|
| Any help would be really appreciated.
| Thanks a lot.
| --
| Marco

Sounds a lot like my example on scripted image layering
http://www.imagemagick.org/Usage/layers/#example

You process the overlat images how you want, then add a background
of some kind.

Can you give use some smaller images and details on how you like them
arranged?


Anthony Thyssen ( System Programmer ) <***@griffith.edu.au>
--------------------------------------------------------------------------
At 300 dpi you can tell she's wearing a swimsuit.
At 600 dpi you can tell it's wet.
At 1200 dpi you can tell it's painted on.
I suppose at 2400 dpi you can tell if the paint is giving her a rash.
-- Joshua R. Poulson
--------------------------------------------------------------------------
Anthony's Castle http://www.cit.griffith.edu.au/~anthony/

Loading...