Defines an interface for image toolkits.
An image toolkit provides common image file manipulations like scaling, cropping, and rotating.
Expanded class hierarchy of ImageToolkitInterface
All classes that implement ImageToolkitInterface
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ImageToolkitInterface:: |
function | Crops an image. | 2 | |
ImageToolkitInterface:: |
function | Converts an image resource to grayscale. | 2 | |
ImageToolkitInterface:: |
function | Gets details about an image. | 2 | |
ImageToolkitInterface:: |
static | function | Verifies Image Toolkit is set up correctly. | 2 |
ImageToolkitInterface:: |
function | Creates an image resource from a file. | 2 | |
ImageToolkitInterface:: |
function | Scales an image to the specified size. | 2 | |
ImageToolkitInterface:: |
function | Rotates an image the given number of degrees. | 2 | |
ImageToolkitInterface:: |
function | Writes an image resource to a destination file. | 2 | |
ImageToolkitInterface:: |
function | Retrieves toolkit's settings form. | 2 | |
ImageToolkitInterface:: |
function | Handles submissions for toolkit's settings form. | 2 |