Hi all i am in the process of making a new online water marking script.. http://bipasha.us/upload.html Please review the script.. I am waiting for your suggestions as this is my first time experiment with php
Depending on the image it can be very hard to discern the watermark, or even tell that it is there at all.
Received a bunch of errors when I tested it out: Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: gd-jpeg: JPEG library reports unrecoverable error: in /home2/xxxx/public_html/mark.php on line 5 Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: 'upload/watermarked.jpg' is not a valid JPEG file in /home2/xxxx/public_html/mark.php on line 5 Warning: imagecopyresampled(): supplied argument is not a valid Image resource in /home2/xxxx/public_html/mark.php on line 6 Warning: Cannot modify header information - headers already sent by (output started at /home2/xxxx/public_html/mark.php:5) in /home2/xxxx/public_html/mark.php on line 14 ÿØÿà �JFIF������ÿþ� Warning: imagedestroy(): supplied argument is not a valid Image resource in /home2/xxxx/public_html/mark.php on line 17 Code (markup): It may be a good idea to add some error handling.
thanks for the replies... i am trying to implement the following font selector font size selector font color selector water mark position selector
here's what I recommend to you. check out the HUD i designed for Nexuiz: note how the numbers are semi-transparent white, so they show up on everything dark.....but at the same time, they have a really fuzzy transparent shadow on them too, so even if they're projected over pure white you're still gonna be able to read the silhouettes. I'd say try something like that.