PHP upload and resize image

前端 未结 4 926
没有蜡笔的小新
没有蜡笔的小新 2020-12-04 02:18

I am working on a script that uploads a picture using PHP and I wanna make it resize the image to width 180 before saving it.
I tried using the WideImage library and -

4条回答
  •  醉梦人生
    2020-12-04 02:27

    Dont use any library Check this script http://dr-wordpress.blogspot.com/2013/12/image-resizing-using-php.html Just gave the quality of imges from (0-99) this code will automatically resize the images while uploading

提交回复
热议问题