/imageadjust

PHP function for scaling and cropping images

Primary LanguagePHP

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 */