当前位置: 代码迷 >> Iphone >> 问一个函数相关参数的解释 ios开发解决方法
  详细解决方案

问一个函数相关参数的解释 ios开发解决方法

热度:169   发布时间:2016-04-25 06:49:48.0
问一个函数相关参数的解释 ios开发
- (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的结构
  相关解决方案