News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
Kae Verens' Blog:
php and jquery chp7 image manipulation
July 20, 2009 @ 09:17:48

Kae Verens has a new post to his blog looking at a form of non-destructive image manipulation - using the URL of the request to determine the changes that need to be made.

The solution is to not actually create copies, but to record the changes applied to the original image in the URL of your manipulated image. When the server is asked for those URLs, it runs the manipulations on the original image and gives you back the new image. Of course, we will cache the new manipulations so this doesn't need to be done every time, but this now allows you to replace the original image, then clear the cache, forcing all the variants of it to refresh, without you needing to do it again.

A demo of the script in action is included in the post as well as a link to download the script doing the work.

0 comments voice your opinion now!
cache url manipulation image



Similar Posts

Nick Halstead's Blog: Making a TAG Cloud out of Zend_Cache

PHPBuilder.com: Unstoppable Return Receipt Requested Email with PHP

SitePoint PHP Blog: PHP\'s \"doggie\" easter egg

Builder.com.au: PHP exploit code plants itself in GIF

Ian Selby's Blog: Put Your PHP App on Steroids - Optimizing with APC Cache


Community Events









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


zendframework windows opinion feature podcast conference apache drupal release hiphop job codeigniter extension facebook framework developer joomla wordpress symfony microsoft

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