/ Published in: PHP
Image Watermarker with file system cache
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php //ini_set('max_execution_time', 300); } else { //CACHE MISS $dest_x = $size[0] - $watermark_width - 5; $dest_y = $size[1] - $watermark_height - 5; } ?>