Méthode | Description | |
---|---|---|
thumb ( integer $width, integer $height, string $img, array $options = null ) : string | * Create a thumbnail of an image and returns relative path in webroot * the options array is an associative array which can take the values * quality (jpg quality) and method (the method for resizing) * * @param int $width * @param int $height * @param string $img * @param array $options * @return string $path |