Compress jpeg on server with PHP

前端 未结 4 562
天涯浪人
天涯浪人 2020-12-06 17:45

I have a site with about 1500 JPEG images, and I want to compress them all. Going through the directories is not a problem, but I cannot seem to find a function that compres

4条回答
  •  遥遥无期
    2020-12-06 17:52

    You will need to use the php gd library for that... Most servers have it installed by default. There are a lot of examples out there if you search for 'resize image php gd'.

    For instance have a look at this page http://911-need-code-help.blogspot.nl/2008/10/resize-images-using-phpgd-library.html

提交回复
热议问题