|
Posted by Geoff Berrow on 03/23/07 00:06
Message-ID: <5_SdnYs5293TaZ_bnZ2dnUVZ_v6tnZ2d@comcast.com> from Chuck
Anderson contained the following:
>Okay, I finally found the answer(s) I needed to make this work.
>
>First. For the watermark, you must use a 24 bit png (not 8 bit) - and
>the best results, by far, are with alpha transparency. (A transparent
>gif watermark works, but a transparent png produces much better quality.)
>
>Second - Do *not* use imagecopymerge (with a transparent png
>watermark). It "destroys" the transparency in the png. I chose
>imagecopyresampled because I want to re-size the watermark to fit the
>image, and this produces better results than imagecopyresized.
Have you got some sample code?
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
[Back to original message]
|