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.
RGB 的伽马校正算法是否与灰度图像相同?
我知道如何对单通道灰度图像进行伽马校正。我对 RGB 图像中的所有通道都做同样的事情吗?还是有不同的算法?
谢谢
您可以在每个通道上使用不同的 gamma 值,但是是的,它是相同的算法。
您可以将 RGB 图像转换为 HSL 颜色空间并仅在 Luma 通道上应用伽玛。