我在NSImage
and之间切换NSBitmapImageRep
(因为只NSBitmapImageRep
允许我查找-替换每个像素的颜色,但只有sNSImage
可以在NSImageView
/中使用)。我知道如何将 a 转换为(使用),但我不能做相反的事情,因为它是只读的。那么,如何将 a 转换为 a ?NSImageCell
setImage
NSImage
NSBitmapImageRep
bitmap = [NSBitmapImageRep imageRepWithData:[image TIFFRepresentation]]
TIFFRepresentation
NSBitmapRep
NSImage
带着希望,
拉佐73