in reply to Dumb Question #2 - ImageMagick
I'm a bit rusty on this, but I think the syntax you need is something like this:
where x and y are the offsets for the watermark (I think :)# $image is current pic # $watermark is "faint-dark-grey-design-on-black- # background-image" object. $image->Composite(compose => 'Plus', image => $watermark, x => 10, y => 10 );
hth
cLive ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Dumb Question #2 - ImageMagick
by lnl (Pilgrim) on Dec 31, 2001 at 09:20 UTC |