Search found 4 matches

by paulthiggins
2012-06-12T02:10:29-07:00
Forum: Users
Topic: Composite Different Size Images
Replies: 6
Views: 13652

Re: Composite Different Size Images

Hi,

Just to confirm - the following (suggested above, thanks) works:

Code: Select all

convert trans_alpha.png shadow.png -flip -background none -mosaic -flip result.png
Thanks for your help,

Paul
by paulthiggins
2012-06-06T09:33:48-07:00
Forum: Users
Topic: Composite Different Size Images
Replies: 6
Views: 13652

Re: Composite Different Size Images

Aha, very clever - I'll give that a lash, thanks again.
by paulthiggins
2012-06-06T09:23:50-07:00
Forum: Users
Topic: Composite Different Size Images
Replies: 6
Views: 13652

Re: Composite Different Size Images

Thanks Fred, that all makes sense, I can just calculate the new size like you say, I was hoping to avoid that but it's not such a big deal. Regarding the shadow, what I'm trying to achieve is to expand the shadow image so that it's as tall as another image and as wide as the shadow image (so I can u...
by paulthiggins
2012-06-06T02:23:55-07:00
Forum: Users
Topic: Composite Different Size Images
Replies: 6
Views: 13652

Composite Different Size Images

Hi, I'd like to use "convert" (or whatever) to combine two different sized images. I'd like them to be aligned at the bottom left corners. For example, I have two images: trans_alpha.png (a transparent 42x37 blank image) and shadow.png (a 68x23 image, which I want overlaid on trans_alpha.p...