目前,我正为讲我语做基本的图像编辑。
我从<代码>UIImage处取
origImage = result.CGImage;
Iheight = CGImageGetHeight(origImage);
Iwidth = CGImageGetWidth(origImage);
IcolorSpace = CGColorSpaceCreateDeviceRGB();
IrawData = malloc(Iheight * Iwidth * 4);
IbytesPerPixel = 4;
IbytesPerRow = IbytesPerPixel * Iwidth;
IbitsPerComponent = 8;
Icontext = CGBitmapContextCreate(IrawData, Iwidth, Iheight, IbitsPerComponent,
IbytesPerRow, IcolorSpace, kCGImageAlphaPremultipliedLast | kCGBitmapByteOrder32Big
);
//[bytesPerRow release];
CGContextSetBlendMode(Icontext, kCGBlendModeCopy);
CGContextDrawImage(Icontext, CGRectMake(0,0,Iwidth,Iheight), origImage);
接着,我通过餐厅 lo。
for (int x=0; x<Iwidth; x++) {
for (int y=0; y<Iheight; y++) {
//and set the alpha component to 0
int byteIndex = (y*IbytesPerRow) + x*IbytesPerPixel;
IrawData[byteIndex+3] = 0;
}
}
进而从背景中形成一个农业研究小组。
CGImageRef imagea = CGBitmapContextCreateImage(Icontext);
加入国际劳工联合会
www.un.org/Depts/DGACM/index_spanish.htm 问题在于甲型六氯环己烷的改变对由此产生的形象产生影响。
如果我用餐厅更改颜色,
IrawData[byteIndex+(0/1/2)]
页: 1 我仍然可以改变pixel的字母。
感谢你,
无