Home  >  Article  >  Backend Development  >  图片高斯模糊怎么实现的

图片高斯模糊怎么实现的

WBOY
WBOYOriginal
2016-06-06 20:25:511801browse

新浪页未央里的图片可以选择几种效果,请问是怎么实现的。
比如:
http://z.sina.com.cn/s/resource/load/15046.jpg是原图
http://z.sina.com.cn/s/resource/load/15046.jpg?filter=Gaussian 是高斯模糊的
http://z.sina.com.cn/s/resource/load/15046.jpg?filter=Block 是马赛克
http://z.sina.com.cn/s/resource/load/15046.jpg?filter=Sketch 是素描

回复内容:

新浪页未央里的图片可以选择几种效果,请问是怎么实现的。
比如:
http://z.sina.com.cn/s/resource/load/15046.jpg是原图
http://z.sina.com.cn/s/resource/load/15046.jpg?filter=Gaussian 是高斯模糊的
http://z.sina.com.cn/s/resource/load/15046.jpg?filter=Block 是马赛克
http://z.sina.com.cn/s/resource/load/15046.jpg?filter=Sketch 是素描

PHP版本的图像处理,基于imagick

参考链接分享一个好用的封装PHP扩展php_imagick的类库

参考这个链接描述

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn