big update including Filters and smarter algorithms

This commit is contained in:
Christian Haschek
2015-10-29 20:37:20 +01:00
parent f6258fbc3e
commit 3430ec1e15
7 changed files with 279 additions and 44 deletions

View File

@@ -733,6 +733,16 @@ class easyphpthumbnail {
$this->Displacementmapthumb = array(0,'',0,0,0,25,25);
}
public function getIm()
{
return $this->im;
}
public function getThumb()
{
return $this->thumb;
}
/**
* Class destructor