|
The method used in wm.php to create the watermark is to overlay the
original image with a transparent PNG image. The "strength" of the
watermark is determined by the transparancy of the overlay image itself.
More of the watermark is visible is the PNG is more opaque.
Its pretty easy to create the water mark image, so I'll try to detail
it here. Open up the gimp and create an overlay image the size you wish to
use. It does not have to match the size of the image you are using it
with, as it will tile, but it must be large enough to provide the proper
protection level you require.
Note, the following screen caps are from Gimp 2, but they should be
functionally similar to Gimp 1.x
Start up the Gimp and start a new image. With the "Create a new image"
dialog specify the size you with then use the "Advanced Options"
twiddle to select "Fill with" of Transparancy.
Now you may create the transparent overlay you wish to use. It could be
text or it could be an overlay image. If you choose to overlay an image or
logo, it would be best to use a logo that is surrounded by already transparent
empty area, otherwise it will cause undesirable effects on your original image.
For our example, we'll just use text.
With the Text tool, add some text you wish to use as the watermark, be
sure it is large enough in the image to provide the coverage you need.
Setting the transparancy of this overlay is where you want to try various
settings for your own taste. Essentially how strong you want the watermark
to be visible in your images. By adjusting the transparancy value of the
text (or image) you define how apparent it is on your original image. The
sweet spot seems to be around 3-8%, but you will want to experiment here. Be
sure that when you adjust the Opacity slider that you are adjusting
the correct layer.
It looks like its nearly invisible, but its there, just enough. Now you can
save the image as a PNG file. It may say that it cannot handle layes, so use
the export in the save dialog and have it merge the layers for you.
Now, test the effect with your new transparent PNG file, make sure its
location and filename match what it says in wm.php
Just to get you started, you can use sample PNG
file using 8% opacity.
|