ImageMagick or GD Library for image resizing and thumbnail creation?

前端 未结 2 1535
终归单人心
终归单人心 2021-01-29 09:42

I had been using the image resize class written by someone else to resize images or to create the thumbnails, here is the link to the class I had been using.

http://www.

2条回答
  •  猫巷女王i
    2021-01-29 10:26

    Try the imagecopyresized function,
    which is built in,
    need not to re-compile (your share hosting will be happy),
    and provide almost simple feature for image processing

    Jquery is clients javascript library,
    it does not help with image processing

提交回复
热议问题