用 rmagick 替换颜色

发布于 2024-11-15 14:28:31 字数 164 浏览 3 评论 0原文

我目前陷入了一个或多或少简单的任务。我需要使用 rmagick 将图像中的某些颜色替换为其他颜色。

我找到了两种方法。

  • 循环遍历每个像素以将其颜色
  • 颜色替换为 alpha,设置背景颜色,另存为新图像。

有更好的解决方案吗?

I'm currently stuck on a - more or less - simple task. I need to replace some colors with other colors in an image using rmagick.

I found two approaches.

  • Looping through every pixel to replace it's color
  • Color to alpha, set background color, save as new image.

Is there a better solution?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

舂唻埖巳落 2024-11-22 14:28:31

最后,我自己找到了答案:

使用 Magick::Image#opaque_channel

Finally, I found the answer myself:

Using Magick::Image#opaque_channel

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