Home
last modified time | relevance | path

Searched refs:config_max_source_pixels (Results 1 – 2 of 2) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php165 public $config_max_source_pixels = null; variable in phpthumb
292 $this->config_max_source_pixels = round($this->php_memory_limit * 0.20); // 20% of memory_limit
2420 …if (($this->config_max_source_pixels > 0) && (($getimagesize_imresized[0] * $getimagesize_imresize…
2421 …agesize_imresized[0] * $getimagesize_imresized[1]).' > '.$this->config_max_source_pixels.')', __FI…
3622 …if (($this->config_max_source_pixels > 0) && (($this->source_width * $this->source_height) > $this…
3628 …ight).') than $this->config_max_source_pixels setting ('.$this->config_max_source_pixels.')', __FI…
3749 if (!$this->config_max_source_pixels) {
3756 return (bool) (($width * $height) > $this->config_max_source_pixels);
3815 …o[1]).') than $this->config_max_source_pixels setting ('.$this->config_max_source_pixels.')', __FI…
3882 …s->source_height / 1000000, 1).'Mpx, max='.number_format($this->config_max_source_pixels / 1000000…
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt484 * Bugfix: 'config_max_source_pixels' incorrectly handled
697 * Bugfix: config_max_source_pixels now defaults to same
1428 $config_max_source_pixels. This will overcome the