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.
有没有办法在 OBJC 中检查 NSImage 的颜色类型?我想知道图像是灰度还是 RGB。任何建议都会有所帮助,谢谢~
如果您可以获取图像的颜色空间(可能来自其底层 CGImage),则可以确定其中的组件数量。如果它 < 3 你有一个单色图像。
然而,图像仍然可以是单色的并且具有彩色色彩空间。