SproutCMS

This is the code documentation for the SproutCMS project

class GraphicsMagick

GraphicsMagick Image Driver.

Source code (2 results)

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

Line 25: * GraphicsMagick Image Driver.
Line 27: class GraphicsMagick extends ImageDriver
Line 40: * Attempts to detect the GraphicsMagick installation directory.
Line 52: throw new Kohana_Exception('image.graphicsmagick.not_found');
Line 62: throw new Kohana_Exception('image.graphicsmagick.not_found', 'gm'.$this->ext);
Line 230: } // End Image GraphicsMagick Driver

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

Line 34: // GraphicsMagick specific messages
Line 35: 'graphicsmagick' => array
Line 37: 'not_found' => 'The GraphicsMagick directory specified does not contain a required program, %s.',

A total of 9 lines in 2 files were found