News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

DevShed: Developing a Captcha Application with an Image Generator Class with PHP 5

PHPClasses.org: PHP security exploit with GIF images

Zend Developer Zone: Zend Framework, JSON, and Del.icio.us

AnyExamples.com: PHP multiple photo thumbnail generator

Sankho Mallik's Blog: Tutorial: Using Zend_Captcha_Image


Community Events











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


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

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