iPhone SDK - CGBitmapContextCreate
我想创造一个属于我自己的形象。我已经知道它的宽度(320*2 = 640)和高度(427)。 所以我有一些原始数据: unsigned char *rawImg = malloc(height …
UIGraphicsBeginImageContext 与 CGBitmapContextCreate
我正在尝试更改后台线程中图像的颜色。 苹果文档说 UIGraphicsBeginImageContext 只能从主线程调用,我正在尝试使用 CGBitmapContextCreate: 上下文 …
为什么 UIImage 上的 drawPatternInRect: 仅适用于 Views 上下文
我正在使用 CGBitmapContextCreate 调用创建自己的上下文。上下文已成功创建。我可以使用调用 CGContextDrawImage 在此上下文中成功绘制 UIImage。但…
请帮助 CGBitmapContext 和 16 位图像
我很想知道我在这里做错了什么。我是 CGImageRefs 的新手,所以任何建议都会有帮助。 我正在尝试创建一个位图图像,该图像的像素值是另一个位图像素的…
CGContext & CGBitmapContextCreateImage 错误,如何修复?
我已经研究了几个小时了,甚至不知道如何调试这个错误。也许有一位专家知道发生了什么事。 - (void) prepareSubset { CGSize size = [image size] flo…
CBitmapContextCreate、CGContextDrawImage、CGBitmapContextCreateImage 错误
错误:CGBitmapContextCreate:无效数据字节/行:对于 8 个整数位/组件、3 个组件、kCGImageAlphaNoneSkipFirst,应至少为 400。 错误:CGContextDraw…
iPhone:更改 CGImage 的 CGImageAlphaInfo
我的 PNG 图像具有不受支持的位图图形上下文像素格式。每当我尝试调整图像大小时, CGBitmapContextCreate() 就会因不受支持的格式而卡住, 会收到以…
iPhone - UIImage 泄漏、ObjectAlloc 构建
好吧,我很难追踪这个内存泄漏。运行此脚本时,我没有看到任何内存泄漏,但我的 objectalloc 正在攀升。 Instruments 指向 CGBitmapContextCreateImag…
iPhone - CGBitmapContextCreateImage 泄漏,还有其他人遇到这个问题吗?
还有其他人遇到过这个问题吗?我经常使用 NSTimer 调整图像大小。使用 Instruments 后,它没有显示任何内存泄漏,但我的 objectalloc 继续攀升。它直…
iPhone - 多次 CGBitmapContextCreateImage 调用 - ObjectAlloc 攀爬
还有其他人遇到过这个问题吗? ObjectAlloc 因 CGBitmapContextCreateImage 而攀升。苹果的软件没有完全释放objectalloc吗? 我使用 NSTimer 每秒调整…
- 共 1 页
- 1