How do I auto resize user's inputted images to a specific dimension in PHP?

前端 未结 5 1721
走了就别回头了
走了就别回头了 2021-01-14 16:17

When users input their images, their images are any size. I want to be able to resize all the images to a specific dimension. Is there a function that allows me to do that i

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-14 16:42

    Here's a very good library that you can resize images with. It has ways to resize them so they are still proportionate and it has options to save, or display images as well. Works really slick

    http://phpthumb.gxdlabs.com/

提交回复
热议问题