I know that my problem is stupid but i\'m not able to fix it and i didn\'t find any answer. I have an IBoutlet UIImageView in a Custom UITableViewCell. I set it\'s UIImage in IB and i want to change i
I\'m trying to render some UIImages into 1 single image that I can save in my photo album. But it seems to as if the layer.renderInContext doesn\'t take a layermask into account?
using the same flip animation as in the Elements, I have a view controller flipping two .png files of the same size (640 x 960)Within each image I have drawn a border and have noticed that when I flip
How do you upload a UIImagefrom iPhone to Facebook? I\'m using facebook-ios-sdk-8b3c17d version, and none of the other examples seem to be using the new facebook 开发者_运维问答API.
I have the following main class and thread-TCP Client. The client runs in a loop, receives messages and passes it to main class. In the main class, I parse the message and try to show different images
I am converting an UIImage to NSData and u开发者_StackOverflowploading the NSData to server. Is there any reduced of memory size by converting into NSData or it is the same memory that an UIImage occu
I have a requirement to convert a image to RGB888 so some effects can be performed 开发者_开发知识库on it, once it is done, I will receive the modified image, and I will then need to convert it from t
My application gives these errors on the console: <Error>: CGBitmapContextCreateImage: invalid context 0xdf12000
In my app i capture an image and then add a frame to it... I also have the feature to add custom text on the final image (original image + frame). I am using the following code to draw the text.
I have a bunch of UIImageViews tha开发者_开发百科t are in different proportions.Some of 100x101 some are 130x121.