Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php3508 if ($this->SourceImageIsTooLarge($this->source_width, $this->source_height)) {
3748 public function SourceImageIsTooLarge($width, $height) { function in phpthumb
3767 if (!$this->SourceImageIsTooLarge($getimagesizeinfo[0], $getimagesizeinfo[1])) {
3880 if ($this->SourceImageIsTooLarge($this->source_width, $this->source_height)) {
3915 if (!$this->SourceImageIsTooLarge($this->source_width, $this->source_height)) {
3931 if (!$this->SourceImageIsTooLarge($this->source_width, $this->source_height)) {
4014 if ($this->SourceImageIsTooLarge($this->getimagesizeinfo[0], $this->getimagesizeinfo[1])) {
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt336 memory, and changed SourceImageIsTooLarge() to account for