Tagged Questions
The basic image handling class of Cocoa on iOS.
217
votes
7answers
56k views
UIImagePickerController, UIImage, Memory and More? [closed]
I've noticed that there are many questions about how to handle UIImage objects, especially in conjunction with UIImagePickerController and then displaying it in a view (usually a UIImageView). Here is ...
24
votes
3answers
9k views
Tricks for improving iPhone UITableView scrolling performance?
I have a uitableview that loads fairly large images in each cell and the cell heights vary depending on the size of the image. Scrolling performance is decent, but can sometimes be jerky.
I found ...
21
votes
6answers
30k views
How to Rotate a UIImage 90 degrees?
I have a UIImage that is UIImageOrientationUp (portrait) that I would like to rotate counter-clockwise by 90 degrees (to landscape). I don't want to use a CGAffineTransform. I want the pixels of the ...
20
votes
2answers
11k views
How do I export UIImage array as a movie?
I have a serious problem: I have an array with several UIImage objects. What I now want to do, is create movie from those images. But I don't have any idea how to do so.
I hope someone can help me or ...
19
votes
1answer
509 views
Camera Overlay with User-Photo not saving as edited
I am using a transparent image with a cut out for a user to insert / take their own image. For some reason, while using the UIImagePickerControllerEditedImage and cropping the user-taken photo, the ...
19
votes
5answers
18k views
How can i take an UIImage and give it a black border?
How can i take an UIImage and give it a black border? (iphone)
tnx
17
votes
4answers
18k views
The simplest way to resize an UIImage?
In my iPhone app, I take a picture with the camera, then I want to resize it to 290*390 pixels. I was using this method to resize the image :
UIImage *newImage = [image ...
14
votes
2answers
14k views
UITableViewCell with image on the right?
Is there a way to set the UITableViewCell.image to display on the right hand side of the cell instead of the left? Or will I need to add a separate UIImageView on the right side of the cell layout?
11
votes
2answers
8k views
Resizing UIimages pulled from the Camera also ROTATES the UIimage?
I am getting UIimages from the camera and assigning them to UIImageViews to be displayed. When I do this the camera gives me a 1200 x 1600 pixel image which I then assign to a UIImageView in my ...
11
votes
4answers
3k views
Is there a nine-patch loader for iPhone?
Android has a nice way of defining stretchable images called a nine-patch. See these docs for a description of the concept. The idea is to surround a png image with a 1-pixel border where you can ...
10
votes
4answers
8k views
Optimized Image Loading in a UIScrollView
I have a UIScrollView that has a set of images loaded side-by-side inside it. You can see an example of my app here: http://www.42restaurants.com. My problem comes in with memory usage. I want to lazy ...
10
votes
2answers
4k views
How to create a colored 1x1 UIImage on the iPhone dynamically?
I would like to create a 1x1 UIImage dynamically based on a UIColor.
I suspect this can quickly be done with Quartz2d, and I'm poring over the documentation trying to get a grasp of the fundamentals. ...
9
votes
6answers
7k views
jpg or png for UIImage — which is more efficient?
I am grabbing an image from the camera roll and then using it for a while as well as save it to disk as a PNG on the iPhone. I am getting the odd crash, presumably due to out of memory.
Does it make ...
9
votes
6answers
15k views
How to zoom in/out an UIImage object when user pinches screen?
I would like to zoom in/out an UIImage object when the user performs the standard pinch action on my application. I'm currently using a UIImageView to display my image, if that detail helps in any ...
8
votes
5answers
1k views
jpg images in iphone and 2x images
I am working on an iphone app and targeting iOS 4.0 or later. I am trying to add an image to UIImageView, and image is in jpg format. This is what I have done so far..
UIImageView *bgImageView ...
8
votes
4answers
1k views
Where to cache remote image files in iOS?
I am planning to cache the images from a server and use show it as a sort slide show in my App. I would be asynchronously loading the images.
I have two options:
Either to cache the images as a ...
8
votes
1answer
686 views
Downloading normal image Vs retina device image (2x)
When we need to download an image from some URL and show it on two kinds of devices -- Retina (with 2x image) and regular device -- Should we have two different image URLs to handle this?
For the ...
8
votes
2answers
14k views
Can I load a UIImage from a URL?
I have a URL for an image (got it from UIImagePickerController) but I no longer have the image in memory (the URL was saved from a previous run of the app). Can I reload the UIImage from the URL ...
8
votes
2answers
4k views
How do I use the NSString draw functionality to create a UIImage from text
I have an NSString that I would like to draw it's contents to a UIImage but have absolutely NO idea how I would go about doing this. I need to call a method that I give it an NSString and returns a ...
8
votes
5answers
5k views
How Do I Take a Screen Shot of a UIView?
I am wondering how my iPhone app can take a screen shot of a specific UIView as a UIImage.
I tried this code but all I get is a blank image.
UIGraphicsBeginImageContext(CGSizeMake(320,480));
...
7
votes
2answers
302 views
Most efficient way to draw part of an image in iOS
Given an UIImage and a CGRect, what is the most efficient way (in memory and time) to draw the part of the image corresponding to the CGRect (without scaling)?
For reference, this is how I currently ...
7
votes
2answers
396 views
iPhone, how does one read an image from the photo library as NSData?
On the iPhone I saved an image to the photo library with modifications (appending data after the image code) using the assest library to save the NSData directly to the photo library. Now I want to ...
7
votes
1answer
788 views
How do I change a partially transparent image's color in iOS?
I have a single-color image that has partial transparency. I have both normal and @2X versions of the image. I would like to be able to tint the image a different color, in code. The code below works ...
7
votes
3answers
5k views
iPhone - UIImagePickerController -> save the image to app folder
I have an iPhone application using a UIImagePickerController. As sourceType I have
UIImagePickerControllerSourceTypePhotoLibrary
UIImagePickerControllerSourceTypeCamera
...
7
votes
4answers
3k views
CGImage/UIImage lazily loading on UI thread causes stutter
My program displays a horizontal scrolling surface tiled with UIImageViews from left to right. Code runs on the UI thread to ensure that newly-visible UIImageViews have a freshly loaded UIImage ...
7
votes
2answers
9k views
How to create a UIImage from the current graphics context?
I'd like to create a UIImage object from the current graphics context. More specifically, my use case is a view that the user can draw lines on. They may draw incrementally. After they are done, ...
6
votes
2answers
2k views
iPhone, “More than maximum 5 filtered album lists trying to register. This will fail.” Error [closed]
When I try to read an image from the photo library I get the error, "More than maximum 5 filtered album lists trying to register. This will fail." The image is not read.
Any idea how to fix this?
6
votes
1answer
731 views
iOS: Mask a UIImage using UIBezierPath
I am trying to mask an image so that I can give it only two rounded corners. With the code that I have it just adds the mask in white over the image, but doesn't seem to apply it. What do I need to ...
6
votes
2answers
3k views
How to flip UIImage horizontally?
How to flip the UIImage horizontally, i found UIImageOrientationUpMirrored enumeration value in the UIImage class reference, how to make use of this property to flip UIImage.
6
votes
1answer
629 views
How to choose correct image resolution for android
I have been battling with this for a couple of days. I am trying to write a small custom rating bar. With some custom images. When I check the image I have on my HTC Desire, the image looks horribly ...
6
votes
1answer
827 views
accessing UIImage properties without loading in memory the image
As you know the iphone guidelines discourage loading uiimages that are greater than 1024x1024.
The size of the images that i would have to load varies, and i would like to check the size of the image ...
6
votes
5answers
908 views
Resizing a UIImage on the iPhone with a small memory footprint
I've seen this question asked dozens of times but never answered.
How do you resize a UIImage (specifically one returned from the UIImagePickerController camera). When I try any of the methods that ...
6
votes
2answers
3k views
Retina display and [UIImage initWithData]
I need to initialise images from raw data downloaded from a server which delivers the correct size of image based on the type of iPhone client.
I know that I should be setting the scale value to be ...
6
votes
1answer
4k views
how to convert a CVImageBufferRef to UIImage
I amy trying to capture video from a camera. i have gotten the captureOutput:didOutputSampleBuffer: callback to trigger and it gives me a sample buffer that i then convert to a CVImageBufferRef. i ...
6
votes
4answers
2k views
iOS4 & background [UIImage setImage:]
Up to OS 3.2, I used this kind of code to load UIImageView image in background, and it worked fine...
Code:
- (void)decodeImageName:(NSString *)name
{
NSAutoreleasePool *pool = ...
6
votes
2answers
5k views
didFinishPickingMediaWithInfo return nil photo
I am working to capture an image that is returned in 4.0 using
- (void)imagePickerController:(UIImagePickerController *)picker
didFinishPickingMediaWithInfo:(NSDictionary *)info
{
[[picker ...
6
votes
3answers
2k views
UIImage created from CGImageRef fails with UIImagePNGRepresentation
I'm using the following code to crop and create a new UIImage out of a bigger one. I've isolated the issue to be with the function CGImageCreateWithImageInRect() which seem to not set some CGImage ...
6
votes
2answers
4k views
What's the default size for the UIImage in a UITableViewCell?
I want to put a UIImage in the left side of each row in a UITableView. This is pretty standard, and is supported directly by UIKit. But putting in a (large) image causes all kinds of wonkiness, so ...
6
votes
2answers
4k views
Resize UIImage with aspect ratio?
I'm using this code to resize an image on the iPhone:
CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0);
UIGraphicsBeginImageContext(screenRect.size);
[value drawInRect:screenRect ...
6
votes
4answers
3k views
Take picture with iPhone API and transfer it to a server
I have written an cocoa application to take a picture on the iPhone. I need to transfer the images taken to somewhere besides the iPhone namely another server. Does anyone know how I can accomplish ...
5
votes
1answer
129 views
MonoTouch convert color UIImage with alpha to grayscale and blur?
I am trying to find a recipe for producing a a blurred grayscale UIImage from a color PNG and alpha. There are recipes out there in ObjC but MonoTouch does not bind the CGRect functions so not sure ...
5
votes
2answers
457 views
UIImage:imageWithContentsOfFile is 10 times slower in iOS 5.0
After simply recompiling our iPhone application on newly released iOS 5.0 SDK i faced strange problem - all UIImage:imageNamed (first call with actual image loading) and ...
5
votes
2answers
279 views
IOS: create a UIImage or UIImageView with rounded corners
Is it possible create an UIImage or an UIImageView with rounded corners? Because I want take an UIImage and show it inside an UIImageView, but I don't know how to do it.
5
votes
2answers
705 views
Creating a UIImage from a UIColor to use as a background image for UIButton
I'm creating a colored image like this:
CGRect rect = CGRectMake(0, 0, 1, 1);
UIGraphicsBeginImageContext(rect.size);
CGContextRef context = UIGraphicsGetCurrentContext();
...
5
votes
1answer
1k views
AVAssetImageGeneratorCompletionHandler - how to set or return variables?
i´m using the AVAssetImageGenerator to get images from a movieclip without playing it before. Now i´ve got a question how to set up variables in the loop of a handler?
Is it possible?
I´m getting ...
5
votes
3answers
956 views
Is UIImageJPEGRepresentation() thread safe?
I am scaling and cropping a UIImage and I want to be able to do it in a block that is thread safe. I could not find in the docs whether UIImageJPEGRepresentation is thread safe.
In the following ...
5
votes
1answer
2k views
How to Convert UIView to PDF within iOS?
There are a lot of resources about how to display a PDF in an App's UIView. What I am working on now is to create a PDF from UIViews.
For example, I have a UIView, with subviews like Textviews, ...
5
votes
2answers
470 views
Uiimage from UIView: higher than on-screen resolution?
I've got a UIView which I'm rendering to a UIImage via the typical UIGraphicsBeginImageContextWithOptions method, using a scale of 2.0 so the image output will always be the "retina display" version ...
5
votes
0answers
586 views
CALayer scale not affected by frame? [closed]
I'm adding a sublayer with contents of a CGImage. I create it's frame, which i thought included it's bounds and position. I also set the layers contentsGravity, so the image would resize properly in ...
5
votes
3answers
8k views
How to compress/resize image on iPhone OS SDK before uploading to a server?
I'm currently uploading an image to a server using Imgur on iOS with the following code:
NSData* imageData = UIImagePNGRepresentation(image);
NSArray* paths = ...