Ocs-server/Gfx4/Image processing
< Ocs-server | Gfx4
There is a very primitive class that abstacts images called EImage.
Makes a thumbnail mantaining the aspect ratio. $maxwidth and $maxheight are just the limits. WARNING: works only with JPG or PNG and requires php-gd server extension.
- EImage::make_thumbnail($from,$to,$maxwidth,$maxheight) -> Makes a thumbnail using $from as origin file, $to as destination and $maxwidth and $maxheight as width and height limits. Keeps proportions untouched.