PHP照片偏光滤镜类方向?

发布于 2024-12-05 02:55:20 字数 118 浏览 1 评论 0原文

我正在寻找最简单的方法来为用户通过表单上传的照片添加偏光效果。

我应该寻找 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

明天过后 2024-12-12 02:55:20

这是在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文