The basic image handling class of Cocoa-Touch on iOS.

learn more… | top users | synonyms

0
votes
0answers
17 views

Highlight UITabBarItem image

I am using UITabBarItems within a UITabBar. When a particular tabBarItem is selected it is shown highlighted. But for my case this highlighting is not enough (because of the background color of the ...
2
votes
3answers
62 views

UIImage setImage is very, very slow

I'm trying to load an image from a local URL using the following: UIImage *image = [UIImage imageWithData:[NSData dataWithContentsOfURL:fileURL]]; [self.imageView setImage:image]; NSLog(@"imageView ...
0
votes
0answers
26 views

How do I resize a UIImage without smoothing? [duplicate]

I have a 16x16 UIImage. I want to convert that into a 128x128 UIImage without losing the sharpness. I will be putting the resulting image straight into a UIImageView. These are the images start is on ...
0
votes
2answers
19 views

ios stock edit screen

When you open a picture in your photo album and you select a picture there is an edit button top right which opens up auto enhance/red eye and crop features. Is there a way to get this view/screen in ...
0
votes
3answers
60 views

How can i make clickable uiimage?

I have one menubar as a uiimage. I want to make 5 menu on this menubar are clickable and link to another view. Can anyone tell me the way i can do that? I found people using uibutton on the uiimage, ...
0
votes
1answer
20 views

iOS can write or read from image data from disk

I'm trying to load images using the following method. I first check if I already have the images on the disk, if I do then I will just get the image data from the disk and load it otherwise I will ...
0
votes
1answer
18 views

UIImage resizes in custom UITableView on reloaddata

I have a tableview with custom cells and I am adding some data to its as below: { UIImage *img = [UIImage imageNamed:@"black_lab_tideat2b.jpg"]; UIImageView *petPic = (UIImageView *)[cell ...
0
votes
1answer
22 views

UIImagepicker works for camera but not for photo album

I have the following code to let the user take a photo or select from the album. While taking the picture from the camera works perfect, when I choose the button that triggers the action to choose ...
0
votes
3answers
38 views

Downloading images from server and saving into Database

I have to download images and save it into my local database. So I am storing the images in NSData and than inserting it into local database. But there are atleast 50 images coming from the server so ...
0
votes
1answer
31 views

UIImageView shows image on simulator but not on iPhone

I've been getting a very weird bug with one of my UIImageViews. I have a UITableView that lists items, and each cell is an item. Each item cell has a thumbnail image, a title, and a subtitle. I am ...
0
votes
1answer
39 views

Core Graphics - how to crop non-transparent pixels out of a UIImage?

I have a UIImage that is reading from a transparent PNG (500px by 500px). Somewhere in the image, there is a picture that I want to crop out and save as a separate UIImage. I also want to store the X ...
0
votes
0answers
8 views

Why is the crop rectangle for existing pictures not square, but newly taken pictures yes?

I have this situation where I want all my images to be upload in a square aspect ratio. When the user is presented the option to add a picture, he can either take it live, or select one from the photo ...
2
votes
2answers
39 views

Loading images for animation in UIImageView - iOS

I have around 300 images to be loaded for animation the images are named loading001.png, loading002.png, loading003.png, loading004.png………loading300.png I am doing it in the following way. .h file ...
-1
votes
1answer
25 views

Pick UIImage using UImageNamed and add them on NSArray

I've created a custom uiimage picker. I have multiples UIImage with this name : "Soiree-blabla.png" added manually to my xCode project What i want is to get all these images and add them on an ...
0
votes
1answer
25 views

Objective C - UIImage resizing not working

I have a program that fetches an image from the library, but I'm using code I found online to resize that image so that it can fit on the screen (basically making it 640x960), but then it would still ...
2
votes
0answers
65 views
+50

drawn area in UIImage not recognized correctly

I am having a strange problem in my project. What I want to do is that, a user will paint or draw using swipe over a image as overlay and I just need to crop the area from the image that is below the ...
0
votes
1answer
24 views

image files not being loaded on iPod

I have some image files in my ios project, and all the images/resources load successfully on the simulator, but some files do not load when i test my project on iPod. What things should I verify?
0
votes
2answers
34 views

UIImage remove some pixels issue

I have the application where user can erase image. So if user touches some px of the image, alfa of these pixels should become lower. For instance, if I touched (0,0) pixel of the image one time, ...
0
votes
2answers
37 views

UIImage as patterns

I am trying to get UIImage as a pattern. So, I have one image and I want to fill UIImageView with this image without stretching the pattern. I know you can get UIColor with pattern but this is not ...
0
votes
1answer
23 views

Different image take by camera and image copy from PC to iPhone

I have written an QR Code Scanner application for iOS using ZXingObjC library. I scaned QR code using camera (AVCaptureSession), it worked very well. But when I scan UIImage get from camera roll ...
0
votes
1answer
18 views

Custom UISlider images not working quite right

With this code: UISlider *slider = [[UISlider alloc]initWithFrame:sliderFrame]; [slider setThumbImage:[UIImage imageNamed:@"sliderThumb"] forState:UIControlStateNormal]; UIImage ...
0
votes
3answers
65 views

UIImage animating an array of images

- (IBAction)didTouchAnimate:(UIButton*)sender { UIImage *starImage = [UIImage imageNamed:@"star.png"]; UIImageView *starView = [[UIImageView alloc] initWithImage:starImage]; [starView ...
1
vote
2answers
127 views

Displaying a screen shot generated UIImage is not displaying in UIImageView (for device only)

I am trying to save an OpenGL buffer (whats currently displayed in the view) to the device's photo library. The code snippet below works fine on the simulator. But for the actual device it is ...
0
votes
2answers
42 views

UIImageView caching while tableviewcell height is reduced

I have UITableview which has custom cells with UIImageViews. In the UITableview I am increasing the height of the cell using didSelectRowAtIndexPath method. Also i am adding method to increase cell ...
1
vote
1answer
50 views

How to retrive single image from png file in iphone

I can access image's by using [UIImage imageNamed:@"nameOfPng.png"]; if I have a single image in a .png file. But if we are having a multiple images in a .png file, how do we access sub images from a ...
0
votes
2answers
36 views

UIImage and BLOB

I need to save an image in the database, that it is on a remote server. For that, i define a BLOB. NSData *imagenData = UIImagePNGRepresentation(self.imagen.image); My problem: when i receive the ...
2
votes
2answers
32 views

Detect cropping rectangle for UIImage with transparent background

What is the strategy to take a UIImage with a transparent background and determine the smallest rectangle to crop to so that only the visible image data is left (along with the extra transparent ...
0
votes
0answers
9 views

how to change the alpha of a groundoverlay in goolge maps ios sdk?

i added a groundoverlay to a mapview,and i found thoese ways to change the alpha of groundoverlay.icon. How to set the opacity/alpha of a UIImage? but it seems has no affect in the app,i still can not ...
0
votes
2answers
43 views

UIButton images look fine in IB but get stretched when displayed on app

I'm developing an Enterprise app for tracking mileage and maintenance for company vehicles. I've added graphic buttons to snazz it up a bit. The buttons look the way they're supposed to look on the ...
1
vote
1answer
20 views

Add thumbnail to an MKPinAnnotation

I have this Custom MKPinAnnotation to wich I need to add an image(Like a thumbnail). I should also be able to open the image fullscreen by tapping it. What is the best way to go around doing this?
0
votes
1answer
25 views

AVCaptureSession rotation

I'm trying to get my app to create a UIImage the correct way round. Most of my code is taken from Apple examples... @interface CameraManager () <AVCaptureVideoDataOutputSampleBufferDelegate> ...
0
votes
1answer
13 views

Writing orignal image with exif to Document Directory folder from ALAsset object

I want to save alasset imagearray directly to document directory with EXIF i tried PNG conversion, jpeg conversion nothing worked It just creating new image either with jpg or png (loss of exif) I ...
1
vote
4answers
42 views

how to convert the part of UIView into UIImage and display it in imageView

I have a view in which i am drawing the signature i want that the signature part of the view should be converted as UIImage and then display it in UIImageView here is the code which i got from net i ...
0
votes
0answers
36 views

I want to make some area of image transparent. Image is set as background of an UIButton

I have an image with irregular shape. I set it as a background image of an UIButton. Now, I use OBShapedButton library to enable touch only where image is non-transparent. But, for some reason if I ...
0
votes
1answer
18 views

Using ABUnknownPersonViewController with an image crashes

I'm trying to create a new address book entry with a name and an image using the ABUnknownPersonViewController to prompt whether the information should be added to an existing person or added as a new ...
0
votes
4answers
49 views

UITableView scrolls slow after downloading cell images

I am trying to download some thumbnail from server and then display them in each cell : // displaying image... dictionary = [newsFeed objectAtIndex:indexPath.row]; UIImage *image = [UIImage ...
0
votes
1answer
37 views

How to improve performance of UITableView loading hundreds of Images from Documents Directory?

I'm loading a list of image files from the Documents Directory and setting them inside a Custom UITableViewCell, however, my previous efforts have either been too memory heavy, or resulting in bad ...
0
votes
1answer
14 views

iOS - What is the equivalent of “stretchableImageWithLeftCapWidth:0 topCapHeight:0”?

What is an equal value of resizableImageWithCapInsets: for stretchableImageWithLeftCapWidth:0 topCapHeight:0? Also, Is there any simple way to convert the values from ...
0
votes
1answer
14 views

Inverting UIImage , reseting alpha caused bad access crash

I am trying to invert and image and I need to reset the alpha count too, however it gives a bad access error when I try to do just that (crash at last line). What can't I access the data array? This ...
0
votes
0answers
40 views

UIImageJPEGRepresentation sends less bytes but leaves image just as big on the server

I have a strange problem that I can't get to the bottom of. I'm sure I'm missing something really important. I want to restrict the size of the image I send from an iPad to the server, so I'm ...
0
votes
1answer
46 views

Compress Large UIImage

so what im doing is compressing an image repeatedly until it fits within a size frame. It it takes to many attempts, give up and later we tell the user the image is to large. My issue is that after ...
0
votes
0answers
4 views

Getting the right coordinates of the visible part of a UIImage inside of UIScrollView

I have a UIImage which is inside a UIScrollView so I can zoom-in and zoom-out, crop, move around, etc. How do I get the coordinates of the visible part of the UIImage inside the UIScrollView. I want ...
-1
votes
2answers
14 views

Load image after the json is parsed and presented

i would like to know how to load an image without delaying the user. I have been trying to load an image from an url, after the view appear and all the user info is showed, so when the user clicks a ...
0
votes
1answer
38 views

UIImageView in UITableViewCell not animating when an animated UIImage is assigned twice

I'm trying to display an animated UIImage in UITableViewCell's imageView. The animated image is shown after the first assignment but is not on every further attempt. Here is the code of the ...
1
vote
2answers
43 views

Moving Background of a View

I have a really large image that I want to use as a background image of a view. However, I don't want to display the entire image at once; I want only a part of the image to be displayed, and then I ...
0
votes
0answers
55 views

UICollectionView showing empty cells

I have a UICollectionView that displays an array of images. The images in the cell are being displayed as white boxes instead of the real image. I copied and pasted this code from another view and it ...
-2
votes
0answers
35 views

Programmatically cropping UIImages in iOS [duplicate]

I have a UIImage that contains a photo. The image has a squiggly-line overlay that's created when someone draws it by hand. This overlay is always closed i.e. forms one complete loop. How can I ...
0
votes
1answer
23 views

Resizing UIImage to post to Twitter Sheet- iOS

I am trying to resize my image in order to attach to twitter sheet. But I am getting error as "No known class for selector method "imageWithImage: (UIImage)image...."" - (void)twitterButtonPressed { ...
1
vote
1answer
82 views
+50

UIImage RBG Values Change when Saved to Device Library

I am working on a project that requires image pixel manipulation. What I am doing now is using UIImagePicker to receive a UIImage from the devices library. I then convert it to a CGImage, get the RBG ...
0
votes
0answers
34 views

opencv2.framework/opencv2(surf.o) duplicate symbols for architecture armv7

I am integrating opencv2.framework with my project. I did the following steps for completion. Added opencv2.framework to "Linked Frameworks and Libraries" Added libc++.dylib to "Linked Frameworks ...

1 2 3 4 5 72