i've managed to get watermarking to work on the large thumbnail,by adding this to plog-functions.php
if ($thumb_config['filename_prefix'] != '') { // add only for large thumbs $phpThumb->fltr = array("wmi|images/watermark.png|BR|50|5"); }
but when you click through to the full size image its unwatermarked. What do i need to do to add it to the full size image? I would normally just add it in photoshop before upload but then obviously the watermark gets scaled with the images so would appear small on the large thumbnail
As far as I can tell, plogger dosn't actually edit the original file (your full size images) rather it just moves them and creates thumbs from them. So you could upload the originals to get your thumbnails, then manually add the watermark to your originals and re-upload overwriting the unwatermarked versions. As long as the file names aren't different you should be fine.
Also if you ever change the thumb sizes, plogger will recreate them from the files currently uploaded (the watermarked ones) so get your thumbs right first i guess lol.
Bit of a botch job I guess, but its a simple work round.
thanks for the suggestion but thats no good at all really. I thought you could get php thumb to add watermarks to anything, you just need to call the image through php thumb? i'm just not sure how to do this.
2 things i think plogger needs badly for beta 4.
Password individual albums (i think its already being done) Watermarking options via the control panel
Marekkis has a very nice thumbnailing plugin for WordPress. It can even make thumbnails afterwards by browsing to your /plogger/images folder and check all the images inside a folder: http://watermark.malcherek.com/. But if you're not using WordPress? I don't know. Perhaps this plugin could easily be transformed to be used inside Plogger? Would be nice ;)
I can't get watermarking to work with my large thumbs at all. I've been through all the threads on this forum, deleted my /thumbs stuff, the code is in the right place and the image is where it's supposed to be, but I just don't get any watermarks on any of my images.
The final click through to the full size image goes directly to the actual image. This means it's not being "contained" or processed by any scripts before being served to the browser. Therefore, the only 2 solutions are: - Work in a page in plogger to display the full size image, including stamping the water mark on it - Manually include the water mark in the original image.