Reference Manuals

Transform

Transform — An interface for all the image transformations

Transform is part of the Gallery package.

Synopsis

interface Transform {
        public         resource            apply                     ( resource $image,
                                                                        &$image );
}

Object Hierarchy

Transform

Known Implementations

Description

An interface for all the image transformations

Attribute Details

Method Details

apply()

public         resource       apply                     ( resource $image,
                                                           &$image );

Apply the tranformation to the image

$image
&$image