Home
last modified time | relevance | path

Searched refs:maxb (Results 1 – 5 of 5) sorted by relevance

/plugin/picasawebalbum/
H A DREADME10 (maxb.net version <http://maxb.net/blog/2009/02/24/dokuwiki-jquery>)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php396 $maxr = $maxb = 0;
404 $maxb = max($maxb, $pts[$i]);
408 $h = $maxb - $mint;
419 $maxr = $maxb = 0;
432 $maxb = max($maxb, $pts[$i]);
442 $maxb = max($maxb, $arg);
447 $h = $maxb
[all...]
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php102 public $maxb = null; // MAXimum Bytes variable in phpthumb
3266 if ($this->maxb > 0) {
3277 if (strlen($imgdata) > $this->maxb) {
3287 if (strlen($imgdata) <= $this->maxb) {
3301 if (strlen($imgdata) > $this->maxb) {
3310 if (strlen($imgdata) <= $this->maxb) {
3315 if (strlen($imgdata) > $this->maxb) {
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt529 maxb = MAXimum Byte size - output quality is auto-set to
530 fit thumbnail into "maxb" bytes (compression
H A Dphpthumb.changelog.txt1318 * Bugfix: 'maxb' option for PNG/GIF output incorrect
1322 * Added 'maxb' (MAXimum Bytes) option to auto-set the
1324 that the output thumbnail is less than 'maxb' bytes