SYMBOL INDEX (160 symbols across 19 files) FILE: src/Crops/Balanced.php class Balanced (line 22) | class Balanced implements CropInterface method getOffsets (line 27) | public static function getOffsets(Imagick $original, $targetWidth, $ta... method getOffsetBalanced (line 46) | protected static function getOffsetBalanced(Imagick $original, $target... method getHighestEnergyPoint (line 123) | protected static function getHighestEnergyPoint(Imagick $image) FILE: src/Crops/CropInterface.php type CropInterface (line 10) | interface CropInterface method getOffsets (line 21) | public static function getOffsets(Imagick $original, $targetWidth, $ta... FILE: src/Crops/Entropy.php class Entropy (line 24) | class Entropy implements CropInterface method getOffsets (line 31) | public static function getOffsets(Imagick $original, $targetWidth, $ta... method getOffsetFromEntropy (line 53) | protected static function getOffsetFromEntropy(Imagick $originalImage,... method slice (line 78) | protected static function slice($image, $originalSize, $targetSize, $a... method getSafeZoneList (line 162) | protected static function getSafeZoneList() method getPotential (line 174) | protected static function getPotential($position, $top, $sliceSize) method grayscaleEntropy (line 214) | protected static function grayscaleEntropy(Imagick $image) method colorEntropy (line 230) | protected static function colorEntropy(Imagick $image) method getEntropy (line 258) | protected static function getEntropy($histogram, $area) method area (line 281) | protected static function area(Imagick $image) FILE: src/Crops/Face.php class Face (line 21) | class Face extends Entropy method getOffsets (line 59) | public static function getOffsets(Imagick $original, $targetWidth, $ta... method getBaseDimension (line 79) | protected static function getBaseDimension($key) method getFaceList (line 97) | protected static function getFaceList() method getFaceListFromClassifier (line 127) | protected static function getFaceListFromClassifier($classifier) method getSafeZoneList (line 147) | protected static function getSafeZoneList() FILE: src/Image.php class Image (line 7) | class Image method fromFile (line 32) | public static function fromFile($filename, $library = null) method fromString (line 61) | public static function fromString($string, $library = null) method __construct (line 91) | public function __construct(Libs\LibInterface $image, $filename = null) method setClientHints (line 104) | public function setClientHints(array $clientHints) method setBackground (line 128) | public function setBackground(array $background) method setCompressionQuality (line 144) | public function setCompressionQuality($quality) method calculateClientSize (line 159) | private function calculateClientSize($width, $height) method flip (line 182) | public function flip() method flop (line 194) | public function flop() method save (line 208) | public function save($filename = null) method getImage (line 220) | public function getImage() method getString (line 230) | public function getString() method getMimeType (line 240) | public function getMimeType() method getWidth (line 250) | public function getWidth() method getHeight (line 260) | public function getHeight() method format (line 272) | public function format($format) method resize (line 288) | public function resize($width, $height = 0, $cover = false) method crop (line 318) | public function crop($width, $height, $x = 'center', $y = 'middle') method resizeCrop (line 350) | public function resizeCrop($width, $height, $x = 'center', $y = 'middle') method rotate (line 365) | public function rotate($angle) method blur (line 381) | public function blur($loops = 4) method quality (line 395) | public function quality($quality) method watermark (line 419) | public function watermark(Image $image, $x = 'right', $y = 'bottom') method opacity (line 442) | public function opacity($opacity) method progressive (line 456) | public function progressive($progressive = true) method getExifData (line 471) | public function getExifData($key = null) method transform (line 491) | public function transform($operations = null) method show (line 534) | public function show() method base64 (line 547) | public function base64() method autoRotate (line 562) | public function autoRotate() method isAnimatedGif (line 605) | private static function isAnimatedGif($stream) method parseOperations (line 624) | private static function parseOperations($operations) method getLibraryClass (line 656) | private static function getLibraryClass($library) FILE: src/ImageException.php class ImageException (line 8) | class ImageException extends \Exception method getImage (line 18) | public function getImage($width = 400, $height = 400) FILE: src/Libs/AbstractLib.php class AbstractLib (line 8) | abstract class AbstractLib method setCompressionQuality (line 18) | public function setCompressionQuality($quality) method setBackground (line 26) | public function setBackground(array $background) method setAnimated (line 34) | public function setAnimated($animated) FILE: src/Libs/Gd.php class Gd (line 10) | class Gd extends AbstractLib implements LibInterface method checkCompatibility (line 23) | public static function checkCompatibility() method createFromFile (line 31) | public static function createFromFile($filename) method createFromString (line 49) | public static function createFromString($string) method __construct (line 63) | public function __construct($image, $type = null) method __destruct (line 75) | public function __destruct() method flip (line 83) | public function flip() method flop (line 91) | public function flop() method save (line 99) | public function save($filename) method getImage (line 115) | public function getImage() method getString (line 123) | public function getString() method getMimeType (line 143) | public function getMimeType() method getWidth (line 151) | public function getWidth() method getHeight (line 159) | public function getHeight() method format (line 167) | public function format($format) method resize (line 223) | public function resize($width, $height) method getCropOffsets (line 238) | public function getCropOffsets($width, $height, $method) method crop (line 250) | public function crop($width, $height, $x, $y) method rotate (line 270) | public function rotate($angle) method blur (line 287) | public function blur($loops) method watermark (line 310) | public function watermark(LibInterface $image, $x, $y) method opacity (line 322) | public function opacity($opacity) method setProgressive (line 356) | public function setProgressive($progressive) method createImage (line 370) | private function createImage($width, $height, array $background = [0, ... FILE: src/Libs/Imagick.php class Imagick (line 12) | class Imagick extends AbstractLib implements LibInterface method checkCompatibility (line 19) | public static function checkCompatibility() method createFromFile (line 29) | public static function createFromFile($filename) method createFromString (line 45) | public static function createFromString($string) method __construct (line 59) | public function __construct(BaseImagick $image) method __destruct (line 81) | public function __destruct() method flip (line 89) | public function flip() method flop (line 99) | public function flop() method save (line 109) | public function save($filename) method getImage (line 131) | public function getImage() method getString (line 139) | public function getString() method getMimeType (line 165) | public function getMimeType() method getWidth (line 177) | public function getWidth() method getHeight (line 189) | public function getHeight() method format (line 201) | public function format($format) method resize (line 218) | public function resize($width, $height) method getCropOffsets (line 240) | public function getCropOffsets($width, $height, $method) method crop (line 254) | public function crop($width, $height, $x, $y) method rotate (line 277) | public function rotate($angle) method blur (line 289) | public function blur($loops) method getCompressed (line 310) | private function getCompressed() method watermark (line 353) | public function watermark(LibInterface $image, $x, $y) method opacity (line 365) | public function opacity($opacity) method setProgressive (line 382) | public function setProgressive($progressive) FILE: src/Libs/LibInterface.php type LibInterface (line 10) | interface LibInterface method checkCompatibility (line 17) | public static function checkCompatibility(); method createFromFile (line 26) | public static function createFromFile($filename); method createFromString (line 35) | public static function createFromString($string); method save (line 42) | public function save($filename); method getString (line 49) | public function getString(); method getMimeType (line 56) | public function getMimeType(); method getWidth (line 63) | public function getWidth(); method getHeight (line 70) | public function getHeight(); method format (line 77) | public function format($format); method resize (line 85) | public function resize($width, $height); method getCropOffsets (line 98) | public function getCropOffsets($width, $height, $method); method crop (line 108) | public function crop($width, $height, $x, $y); method rotate (line 115) | public function rotate($angle); method flip (line 120) | public function flip(); method flop (line 125) | public function flop(); method opacity (line 130) | public function opacity($opacity); method watermark (line 139) | public function watermark(LibInterface $image, $x, $y); method setCompressionQuality (line 146) | public function setCompressionQuality($quality); method setBackground (line 153) | public function setBackground(array $background); method setAnimated (line 160) | public function setAnimated($animated); method setProgressive (line 167) | public function setProgressive($progressive); FILE: src/Utils/Color.php class Color (line 8) | class Color method rgb2bw (line 21) | public static function rgb2bw($r, $g, $b) FILE: src/Utils/Dimmensions.php class Dimmensions (line 8) | class Dimmensions method getResizeDimmensions (line 33) | public static function getResizeDimmensions($oldWidth, $oldHeight, $ne... method getIntegerValue (line 85) | public static function getIntegerValue($direction, $value, $relatedVal... method getPositionValue (line 110) | public static function getPositionValue($direction, $position, $newVal... FILE: src/Utils/IconExtractor.php class IconExtractor (line 13) | class IconExtractor method __construct (line 22) | public function __construct($filename) method getBetterQuality (line 39) | public function getBetterQuality() FILE: src/Utils/SvgExtractor.php class SvgExtractor (line 14) | class SvgExtractor method __construct (line 23) | public function __construct($filename) method get (line 46) | public function get($width = 0, $height = 0) FILE: tests/DimmensionsTest.php class DimmensionsTest (line 5) | class DimmensionsTest extends PHPUnit_Framework_TestCase method resizeDataProvider (line 7) | public function resizeDataProvider() method testResize (line 34) | public function testResize($imageWidth, $imageHeight, $newWidth, $newH... method integerValueDataProvider (line 42) | public function integerValueDataProvider() method testIntegerValue (line 64) | public function testIntegerValue($direction, $value, $relatedValue, $e... method positionValueDataProvider (line 71) | public function positionValueDataProvider() method testPositionValue (line 90) | public function testPositionValue($direction, $position, $newSize, $ol... FILE: tests/GdTest.php class GdTest (line 3) | class GdTest extends ImageTest_ FILE: tests/IconTest.php class IconTest (line 6) | class IconTest extends PHPUnit_Framework_TestCase method testIcon (line 8) | public function testIcon() FILE: tests/ImageTest_.php class ImageTest_ (line 5) | abstract class ImageTest_ extends PHPUnit_Framework_TestCase method setUpBeforeClass (line 7) | public static function setUpBeforeClass() method testJpg (line 14) | public function testJpg() method testPng (line 56) | public function testPng() method testWebp (line 98) | public function testWebp() FILE: tests/ImagickTest.php class ImagickTest (line 3) | class ImagickTest extends ImageTest_