Searched refs:crop (Results 1 – 6 of 6) sorted by relevance
| /dokuwiki/inc/Cache/ |
| H A D | CacheImageMod.php | 18 * @param bool $crop Is this a crop? 20 public function __construct($file, $w, $h, $ext, $crop) argument 23 $fullext .= $crop ? '.crop' : '';
|
| /dokuwiki/vendor/splitbrain/slika/src/ |
| H A D | Adapter.php | 78 abstract public function crop($width, $height); function in splitbrain\\slika\\Adapter
|
| H A D | ImageMagickAdapter.php | 82 public function crop($width, $height) function in splitbrain\\slika\\ImageMagickAdapter
|
| H A D | GdAdapter.php | 136 public function crop($width, $height) function in splitbrain\\slika\\GdAdapter
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | README.md | 64 ### crop subsection 69 Slika::run('input.jpg')->crop(500,500)->save('output.png', 'png');
|
| /dokuwiki/inc/ |
| H A D | media.php | 1786 * @param bool $crop should a center crop be used? 1789 function media_mod_image($file, $ext, $w, $h = 0, $crop = false) argument 1796 $operation = $crop ? 'crop' : 'resize'; 1803 $cache = new CacheImageMod($file, $w, $h, $ext, $crop);
|