how to make thumbnails with php

前端 未结 8 693
情话喂你
情话喂你 2020-12-11 10:55

I was just wondering how I can make thumbnails of images stored in hdd and use them in an html page, also I need the thumbnails to be able to enlarge (to their original size

8条回答
  •  一生所求
    2020-12-11 11:19

    the best way I found is to use the phpThumb class (http://phpthumb.sourceforge.net/).

    It has everything you need and more, including caching, filters, watermarks and other cool stuff. Just look at the demo page.

提交回复
热议问题