Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我如何在 PHP 中实现与 Adobe Photoshop 中相同的效果 - 颜色叠加 -> 混合模式:色调
这个东西使所有彩色像素(非灰度像素)着色。我的项目需要它 - http://iconizer.net。我设法进行了着色,但它也绘制了灰色阴影。我需要保持阴影和其他灰度像素不变。我可以通过逐像素扫描来做到这一点,但这太疯狂了。必须有一个更简单的解决方案。有人知道吗?
提前致谢。
使用专门的图像编辑工具,例如 imagemagick。然后让 PHP 用你想要的选项调用它。它会更快,并为您省去很多麻烦。
http://www.imagemagick.org/script/index.php