First - logo != watermark.
In my_config.php is a section for watermark:
/* This section is responsible for the watermark stuff - please delete the cache if you change watermarks */
$print_text=true; // new 1.1 - you can print some text on the lower left corner to protect your images or at least make it a little bit harder to copy it without doing anything
if you change this setting please delete the cache folder - otherwise generated images are not changed.
$print_text_original=true; // new 1.1 does print the text on the original as well - $enable_direct_download has to be set to false!!!
$text = "powered by TinyWebGallery";
$print_watermark = true; // new 1.1 - you can make a watermark on the images to protect your images or at least make it a little bit harder to copy it without doing anything
if you change this setting please delete the cache folder - otherwise generated images are not changed. Please read the description of the parameters that belong to the watermark to get best results!
$print_watermark_original=false; // new 1.2 does print the watermark on the original as well - $enable_direct_download has to be set to false!!!
$watermark_small = "buttons/watermark_small.png"; // new 1.1 - this is the watermark that is used on the detail and slideshow images - can be jpg or png - png gives better results
$watermark_big = "buttons/watermark.png"; // new 1.1 - this is the watermark that is used on the download images - can be jpg or png - png gives better results. you can use a larger image here because the original images are most of the times much bigger
$position= 7; // new 1.1 you can define the location of the watermark with this setting (top: 1 2 3, middle: 4 5 6, bottom: 7 8 9
Simply set them the way you like, delete the images in the cache folder - done.
- Michael