Convert + Composite

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
hdagheda

Convert + Composite

Post by hdagheda »

Hi,

Can you please let me know how i can use convert and composite togather?

i want to generate one image from 1 bg image, 1 small img and some text on it in single command. i have done this with multiple commands but i m sure there must be better way of doing this. if anyone can help me that it would be gr8 idea.

1. set bg image
2. add small img at topleft corner
3. add some text at middle
4. final image with all above things


thanks
Heena
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Convert + Composite

Post by anthony »

See IM examples, Alpha Composition
http://www.imagemagick.org/Usage/compose/
also Layering Multiple Images
http://www.imagemagick.org/Usage/layers/

Note there ware two different techniques involved, and quite a number of ways to do things.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply