SproutCMS

This is the code documentation for the SproutCMS project

class GD

GD Image Driver.

Source code (12 results)

/sprout/config/image.php   Highlighted file source

Line 20: * Driver name. Default: GD
Line 22: $config['driver'] = 'GD';

/sprout/Helpers/CountryConstants.php   Highlighted file source

Line 111: 'GD' => 'Grenada',
Line 257: 'GB' => 'United Kingdom',
Line 294: 'BGD' => 'Bangladesh',
Line 509: 'GBR' => 'United Kingdom',
Line 546: 'BD' => 'BGD',
Line 615: 'GD' => 'GRD',

/sprout/Helpers/Drivers/Image/GD.php   Highlighted file source

Line 26: * GD Image Driver.
Line 28: class GD extends ImageDriver
Line 38: // Make sure that GD2 is available
Line 39: if ( ! function_exists('gd_info'))
Line 40: throw new Kohana_Exception('image.gd.requires_v2');
Line 42: // Get the GD information
Line 43: $info = gd_info();
Line 45: // Make sure that the GD2 is installed
Line 46: if (strpos($info['GD Version'], '2.') === FALSE)
Line 47: throw new Kohana_Exception('image.gd.requires_v2');
Line 92: // Create the GD image resource
Line 376: 'iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29'.
Line 378: 'CgdyBAAA16BwIE0KB3IEAADXoHAgTQoHcgQAANegcCBNCgdyBAAA16BwIE0KB3IEAADXoHAgTQoHcgQ'.
Line 379: 'AANegcCBNCgdyBAAA16BwIE0KB3IEAADXoHAgTQoHcgQAANegcCBNCgdyBAAA16BwIE0KB3IEAADXoH'.
Line 380: 'AgTQoHcgQAANegcCBNCgdyBAAA16BwIE0KB3IEAADXoHAgTQoHcgQAANegcCBNCgdyBAAA16BwIE0KB'.
Line 381: '3IEAADXoHAgTQoHcgQAANegcCBNCgdyBAgAEAMpcDTTQWJVEAAAAASUVORK5CYII='
Line 471: } // End Image GD Driver

/sprout/Helpers/Locales/LocaleInfoBGD.php   Highlighted file source

Line 20: class LocaleInfoBGD extends LocaleInfo
Line 64: 'Narsingdi',

/sprout/Helpers/Locales/LocaleInfoRUS.php   Highlighted file source

Line 46: 'KGD' => 'Kaliningradskaya oblast,',

/sprout/Helpers/phpqrcode/qrconfig.php   Highlighted file source

Line 16: define('QR_PNG_MAXIMUM_SIZE', 1024); // maximum allowed png image width (in pixels), tune to make sure GD and PHP can handle such big images

/sprout/Helpers/phpqrcode/qrimage.php   Highlighted file source

Line 5: * Image output of code using GD2

/sprout/Helpers/phpqrcode/qrvect.php   Highlighted file source

Line 5: * Image output of code using GD2

/sprout/i18n/en_US/image.php   Highlighted file source

Line 40: // GD specific messages
Line 41: 'gd' => array
Line 43: 'requires_v2' => 'The Image library requires GD2. Please see http://php.net/gd_info for more information.',

A total of 37 lines in 12 files were found