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

Derick Rethans: MongoDB's aggregation framework

Community News: Zend Releases Speaker List for ZendCon 2006

LispCast.com: PHP vs. Lisp

DevShed: Drawing Functions and the GD Library in PHP

DevShed: Cleaning up Array Elements, POST and GET Requests with Filters in PHP 5


Community Events











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


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

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