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

前端 未结 5 1760
走了就别回头了
走了就别回头了 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:56

    ok you can make something:

    http://net.tutsplus.com/tutorials/php/image-resizing-made-easy-with-php/

    or use something already made, i use this one:

    http://www.white-hat-web-design.co.uk/articles/php-image-resizing.php which works a treat

提交回复
热议问题