Transform — An interface for all the image transformations
Transform is part of the Gallery package.
interface Transform { public resource apply ( resource $image, &$image ); }
Transform
An interface for all the image transformations
public resource apply ( resource $image, &$image );
Apply the tranformation to the image