PHP Thumbnail Class

后端 未结 3 1375
难免孤独
难免孤独 2021-02-10 07:40

I am looking for a solid PHP thumbnail generating class. Does anyone know any good ones that are open-source?

I could write one, but I really don\'t want to. The one thi

3条回答
  •  梦毁少年i
    2021-02-10 08:38

    Generating a thumbnail requires so little code that it is a "simple example" of the GD library's resizing functions in the manual:

    http://php.net/manual/en/function.imagecopyresampled.php

    Just copy and paste.

提交回复
热议问题