First timer, montage geometry & composite questions
Posted: 2011-01-28T09:43:28-07:00
This is my first time trying to make something with ImageMagick. The machine im using has PHP/Apache/Linux. I am trying to make a montage with a canvas size of 728x90 This is what im working with now, but I know it is incorrect:
after I figure that out im going to use composite to overlay a transparent PNG in the center of the image. The code i am trying to use does not work:
Any help is appreciated.
Code: Select all
montage -tile x1 $name -resize 728x90 -geometry *x90>+2+2 output.jpg
Code: Select all
composite -gravity center title.png output.jpg banner.jpg