How to achieve a blur effect in PHP?

前端 未结 3 388
误落风尘
误落风尘 2020-12-15 14:31

I\'ve been looking for PHP code to apply a Gaussian blur to images.

What I\'ve done was like this:



        
3条回答
  •  轮回少年
    2020-12-15 15:19

    Image optimization is very heavy process so personally if i have these kind of task in PHP then i use this PHP Image Library Called PhpThumb it can create blur images without any code you just need to call it's script via url and provide parameters according to its docs check it's demo.

提交回复
热议问题