GD Image Driver.
This is the code documentation for the SproutCMS project
Search documentation |
class GDGD Image Driver.
Extending this class<?php
/**
* New class description goes here
*
* @author Your Name, 2026-09-13
**/
class NewClassName extends GD {
public function addText ($text) {
// Method code goes here
}
/**
* Returns an image with a transparent background. Used for rotating to
* prevent unfilled backgrounds.
**/
protected function imagecreatetransparent (integer $width, integer $height) {
// Method code goes here
}
protected function properties () {
// Method code goes here
}
public function sharpen ($amount) {
// Method code goes here
}
public function rotate ($amount) {
// Method code goes here
}
public function resize ($properties) {
// Method code goes here
}
public function flip ($direction) {
// Method code goes here
}
public function crop ($properties) {
// Method code goes here
}
public function __construct () {
// Method code goes here
}
public function process ($image, $actions, $dir, $file, $render) {
// Method code goes here
}
}
?>
|
| Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Wednesday, 5th August, 2026 at 03:31 pm |
|