|
Description: Puts a watermark on an img (i.e. photo.jpg) on-the-fly using PHP-GD. Before:
![]() filename » photo.jpg After:
![]() filename » img_copyright.php?img=photo.jpg
![]() filename » img_copyright2.php?i=photo.jpg
|
Extra Links: » PHP getimagesize() - Manual » Storage and re-use of images using PHP-GD Code (img_copyright.php): Code (img_copyright2.php): Status: Hmmm....check out the file-sizes of the original, and the 2 other after-images... |