ImageTools
[Libs]
Wraps GD and (sometime) other image manipulation libraries in a custom interface target on higher level image manipulation tasks, like fitting an image into a given space. More...
Classes |
|
| class | ConfigImageTools |
| Config class for image tools.
More... |
|
| interface | IImageInformation |
| Interface for image informations. More... |
|
| interface | IImageTools |
| Interface for image tool delegations.
More... |
|
| class | ImageInformationIMagick |
| Image information implementation for
IMagick. More... |
|
| class | ImageToolsCalculator |
| Offers some often used calculations for
image resizing et al. More... |
|
| class | ImageToolsFactory |
| Wrapper around common image operations.
More... |
|
| class | ImageToolsGD |
| Wrapper around common image operations based
upon GD. More... |
|
| class | ImageToolsIMagick |
| Wrapper around common image operations based
upon IMagick PECL extension. More... |
|
| class | ImageToolsRect |
| A simple data structure representing a
rectangle. More... |
|
| class | ImagetoolstestController |
| Provide a visual test page for image tools.
More... |
|
Detailed Description
Wraps GD and (sometime) other image manipulation libraries in a custom interface target on higher level image manipulation tasks, like fitting an image into a given space.
