Kohana PHP has an image library that provides tools to manipulate an image and then save it to a desired location. DynamicImage is designed to deliver an existing image stored on the server to the client at any size, using one of three standard formats. The resulting image is not effecting the source, this library dynamically alters the image and delivers a new modified copy - the source remains untouched.
This library is designed to plug into Kohana PHP as a module, but you could use the library independently without the integrated controller.
KDynamicImage Use
Using clean URLs (recommended)
To access images with KDynamicImage using URL"s without GET arguments, use the following syntax to load an image without modification :
http://
/dynamicimage////.
To augment the resource, insert a string formatted correctly between th