download image from remote source and resize then save

后端 未结 2 889
深忆病人
深忆病人 2021-02-02 17:06

Do any of you know of a good php class I can use to download an image from a remote source, re-size it to 120x120 and save it with a file name of my choosing?

So basical

2条回答
  •  悲哀的现实
    2021-02-02 18:09

    You can try this:

    
    


    More information about PHP image function : http://www.php.net/manual/en/ref.image.php

提交回复
热议问题