News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Watermarks in our images with PHP and mod_rewrite
March 01, 2011 @ 08:36:21

Gonzalo Ayuso has a new tutorial posted to his site today showing how to use mod_rewrite and a little bit of PHP magic to watermark images without having to apply it to each one manually.

he idea is simple. Instead of opening directly the image, we are going to open a PHP script. This PHP script will open the original image file with imagecreatefromjpeg, add the footer and flush the new image to the browser with the properly headers.

Since it would be a lot of trouble (especially on a larger site) to have to rewrite all of the <img> tags to point to this new PHP script for adding the watermark, he opts for the .htaccess instead. It catches and rewrites the request to the "watermark.php" file which pulls in that image, watermarks it and pushes the result back out.

0 comments voice your opinion now!
watermark tutorial imagecreatefromjpeg image dynamic


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: PHP Form Validation System: An Object-Oriented Approach

Zend Developer Zone: Integrating PHP with System i using Web Services

DZone.com: Using a stream wrapper to access CouchDb attachments with PHP

PHP in Action: Real programming with PHP 5.3 (part 1): array processing

Jason Gilmore's Blog: How I Learned to Stop Worrying and Love Zend_Form


Community Events











Don't see your event here?
Let us know!


composer interview conference release podcast zendframework2 opinion development functional introduction series language object example code unittest tool framework community testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework