Search code examples
phpresizejpeg

How to resize jpg file by PHP?


It's now 925*1139,I want to change it to 90*110.


Solution

  • try the imagecopyresampled PHP function or the imagecopyresized function from the GD library.