- (id)initWithBitmapDataPlanes:(unsigned char **)planes
pixelsWide:(NSInteger)width
pixelsHigh:(NSInteger)height
bitsPerSample:(NSInteger)bps
samplesPerPixel:(NSInteger)spp
hasAlpha:(BOOL)alpha
isPlanar:(BOOL)isPlanar
colorSpaceName:(NSString *)colorSpaceName
bitmapFormat:(NSBitmapFormat)bitmapFormat
bytesPerRow:(NSInteger)rBytes
bitsPerPixel:(NSInteger)pBits;
想问一下关于这个函数的这些参数的意思,,文档上的解释有点看不懂,不知道怎么解释。。。求各位能人帮忙解释一下
------解决方案--------------------
FYI
http://www.cocoadev.com/index.pl?NSBitmapImageRep
------解决方案--------------------
建议楼主看看图像处理的知识,了解下bitmap的结构