Ocs-server/Gfx4/Image processing

From KDE Community Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.