PHP照片偏光滤镜类方向?
我正在寻找最简单的方法来为用户通过表单上传的照片添加偏光效果。
我应该寻找 ImageMagick(MagickWand) 以外的东西吗?
是否有任何开箱即用的选项,或者这应该是自定义构建?
I'm looking for the simplest way to add a polarizing effects to user uploaded photos through forms.
Should I be looking for something other than ImageMagick(MagickWand)?
Anything out of the box option out there or this should be a custom build?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是在 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
Here is one way to simulate polarizing effect in Photoshop.
One of the steps needs a different solution in imagemagic/gd-library (masking reds).
photoshoptutorials.ws/photoshop-tutorials/photo-effects/polarizing-filter.html
Could you instead be thinking about a solarizing effect?
This class has "solarizeImage(int $threshold)"
http://www.php.net/manual/en/class.imagick.php