Searched defs:crop (Results 1 – 7 of 7) sorted by relevance
| /dokuwiki/inc/Cache/ | ||
| H A D | CacheImageMod.php | 21 public function __construct($file, $w, $h, $ext, $crop, $upscale = true) |
| /dokuwiki/vendor/splitbrain/slika/ | ||
| H A D | README.md | 74 ### crop subsection |
| /dokuwiki/vendor/splitbrain/slika/src/ | ||
| H A D | ImageMagickAdapter.php | 83 public function crop($width, $height, $upscale = true) function in splitbrain\\slika\\ImageMagickAdapter |
| H A D | Adapter.php | 80 abstract public function crop($width, $height, $upscale = true); function in splitbrain\\slika\\Adapter |
| H A D | GdAdapter.php | 115 public function crop($width, $height, $upscale = true) function in splitbrain\\slika\\GdAdapter |
| H A D | ImageInfo.php | 189 public function crop($width, $height, $upscale = true) function in splitbrain\\slika\\ImageInfo |
| /dokuwiki/inc/ | ||
| H A D | media.php | 1738 function media_mod_image($file, $ext, $w, $h = 0, $crop = false, $upscale = true) |