jspit-de / imageadjust

PHP function for scaling and cropping images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imageadjust

PHP function for scaling and cropping images /*

  • @return resource of GD
  • @param x: width, y: height, scaling false/true or a factor (float)
  • @example $img2 = imageadjust($img,16,9); //adjust to 16:9 Format
  • return false if error */

About

PHP function for scaling and cropping images


Languages

Language:PHP 100.0%