I'm using CGImageCreate
to create an image from a byte buffer (of uint8_t
). The image seems to get noise towards the bottom though. Is there an alternate way to do this or am I doing something wrong using CGImageCreate
?
Asked
Active
Viewed 196 times
0

Pfitz
- 7,336
- 4
- 38
- 51

Ashutosh Nanda
- 1
- 1
- 4
-
3You're doing something wrong. Post some code and somebody should be able to help you out. – idz Jul 10 '12 at 20:56
-
1Maybe a duplicate of [CGImageCreate Test Pattern is not working (iOS)](http://stackoverflow.com/questions/9864548/cgimagecreate-test-pattern-is-not-working-ios)? – Kurt Revis Jul 11 '12 at 07:08
-
Thanks guys, but my program ended up working because of Kurt Revis's post. Thanks Kurt! – Ashutosh Nanda Jul 16 '12 at 14:04