开发者

Unsharp mask with php

开发者 https://www.devze.com 2023-01-20 04:05 出处:网络
Is there a built-in function in php to 开发者_Go百科add some extra sharpness on images? Like Photoshops unsharp mask?Yes, the easiest way is to use the phpThumb library. Here is a demo of the sharpen

Is there a built-in function in php to 开发者_Go百科add some extra sharpness on images? Like Photoshops unsharp mask?


Yes, the easiest way is to use the phpThumb library. Here is a demo of the sharpen feature:

http://phpthumb.sourceforge.net/demo/demo/phpThumb.demo.demo.php#x14

You can apparently also use imageconvolution() in the GD library (phpThumb uses either GD or ImageMagick, whichever is available):

http://www.php.net/manual/en/function.imageconvolution.php

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号