我正在寻找最简单的方法来添加一个极化效果到用户上传的照片通过表单。
我应该寻找ImageMagick(MagickWand)以外的东西吗?
是否有任何开箱即用的选项,或者这应该是一个自定义的构建?
发布于 2011-09-19 00:16:33
这是在Photoshop中模拟偏振效果的一种方法。其中一个步骤需要一个不同的解决方案,在imagemagic/gd-library (掩蔽红色)中。photoshoptutorials.ws/photoshop-tutorials/photo-effects/polarizing-filter.html
你会转而考虑日光效应吗?
此类具有"solarizeImage(int $threshold)“http://www.php.net/manual/en/class.imagick.php
https://stackoverflow.com/questions/7462107
复制相似问题