Searched defs:crop (Results 1 – 6 of 6) sorted by relevance
/dokuwiki/inc/Cache/ | ||
H A D | CacheImageMod.php | 21 __construct($file, $w, $h, $ext, $crop) global() argument |
/dokuwiki/vendor/splitbrain/slika/ | ||
H A D | README.md | 64 ### crop subsection |
/dokuwiki/vendor/splitbrain/slika/src/ | ||
H A D | ImageMagickAdapter.php | 82 public function crop($width, $height) function in splitbrain\\slika\\ImageMagickAdapter |
H A D | Adapter.php | 78 abstract public function crop($width, $height); function in splitbrain\\slika\\Adapter |
H A D | GdAdapter.php | 136 public function crop($width, $height) function in splitbrain\\slika\\GdAdapter |
/dokuwiki/inc/ | ||
H A D | media.php | 1704 media_mod_image($file, $ext, $w, $h = 0, $crop = false) global() argument |