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

learn more… | top users | synonyms

0
votes
1answer
49 views

Import images and text into RTF file

I need to import images and some text into RTF file. Is there any easy way or should I use some finished code/example. Thanks. Help!
0
votes
1answer
8 views

ios6 how to compose 2 images

I am trying to overlay a play button on an image thumbnail currentl the thumbnail is displayed using : if(nil != self.analysis.image) { self.imageView.image = self.analysis.image; } i tried to ...
-1
votes
1answer
76 views

How can we specify the warp? in Objective C [closed]

i am developing one application we need to stretch the face as per finger moved. if my finger moved on eyes then only eye will stretch, if my finger moved on nose then nose will stretch, if my finger ...
1
vote
0answers
75 views

Proper way to rotate UIImage with GPUImage

I want to rotate a large UIImage using GPUImage because it's so much faster than core graphics, at least on iOS devices. Here's what I'm doing: GPUImagePicture *src = [GPUImagePicture alloc] ...
0
votes
1answer
42 views

Cannot get UIImage to show in a UICollectionViewCell

I'm unable to set an image in a UICollectionViewCell, the UILabel however, works fine. Here's the relevant code: // CatagoryViewCell.m #import "CatagoryViewCell.h" @implementation CatagoryViewCell ...
1
vote
0answers
32 views

code to prevent skew of the view after scale in one dimension and rotation in iphone

when i am scaling the view in one direction and then rotate that time the image is stretched. How to prevent this? i am using the codes like the following --- //===By Scaling Width===// float ...
-3
votes
2answers
48 views

Issue in Cropping Image [closed]

Below is my code, I am having an issue with cropping the image, Can anyone please solve this. UIGraphicsBeginImageContext(self.view.bounds.size); CGContextRef context = ...
1
vote
0answers
48 views

Invert colors of image with transparent background

I have an uiimage with transparent background. if I invert the colors with the follow method, the transparent background change to white and then to black. I want that it doesnt invert transparent ...
0
votes
1answer
149 views

Too many open files iOS

i am new on ios programming, when my app is running , i am taking these errors. I am loading 950+ images in my app and i am using ARC. ImageIO: CGImageRead_mapData 'open' failed ...
0
votes
2answers
61 views

Image not showing up in UITabBarItem

I am using UITabBar and UITabBarItem. I have an URL of an image. I set UITabBarItem's image to that image using URL. But image is not showing up. If I use any other image from my MacBook, it works. My ...
0
votes
1answer
39 views

UIImage not aligning properly on UIDatepicker ( In device only)

I have a UIDatepicker where i have added border image so that it sits on top of UIDatepicker border . In simulator the border image is in exactly on top of UIDatepicker border ,but when i run the ...
0
votes
0answers
50 views

Very slow to resize animated UIImage frame by frame

I'm trying to resize down a GIF image in iOS, so I'm looping thru each frame as you can see in the code below. NSMutableArray *animationImages = [NSArray arrayWithArray:sourceImage.images]; ...
0
votes
1answer
61 views

Making a UIButton change a UIImageView image

I'm very new to programming and objective c so please go easy on me. I would like a UIButton (which I'm using as an IBAction) to change an the image in a UIImageView when pressed. I put the ...
0
votes
1answer
75 views

dataWithContentsOfURL and imageWithData take 84% of the whole loading time

these two lines took 40% and 42% (together 84%) of the whole loading time of my app. I tested it with Instruments. NSData *storeImageData = [NSData dataWithContentsOfURL:storeImageURL]; //40% whole ...
0
votes
0answers
44 views

OpenCV GPUImageLuminanceThresholdFilter crashes in callback while autoreleasing

I created a category for UIImage+OpenCV in my project. I did a function for change threshold of my UIImage as below. - (UIImage *)threshold:(CGFloat)value { GPUImageLuminanceThresholdFilter ...
0
votes
1answer
68 views

Get height based on fixed width UIImageView image

How can I get height for UIImageView based on fixed (310.0f) UIImageView width for real looking image ? So the thing should work for placing UIImageViews in UITableViewCells (thats not important for ...
0
votes
1answer
20 views

Working with autorotation and UINavigationBar images

I have a navigation bar that uses a custom image for the background. Along with some images for buttons UIBarButtonItems. When the device is rotated the navigation bar height is obviously changed to ...
1
vote
2answers
56 views

How To Ignore Null String Values Out Of A Series Of NSStrings

I am using NSXMLParser to parse data from the RSS Feed. From CDATA Block, i am also pulling the images by first catching the image urls. This is how i am using the CDATA method of nsxmlparser: - ...
0
votes
3answers
53 views

Darken an UIImage

I've searched a lot, but i can't find how you can darken an UIImageView if you press a button... I've tried it with filters etc, but it did not work. So how can I do this?
2
votes
1answer
29 views

Non Retina Ipad having blur issue when trying to get Thumbnail from Asset

I am having an application in which i need thumbnail of the image of asset i have selected from the gallery. So wrote the following code for getting the thumbnail, it works fine in IPAD retina but ...
0
votes
1answer
117 views

UIImage imageWithData returns nil

I'm developing an iOS 5.0+ app with latest SDK. On my app I have some C++ image recognition software, and I'm trying to save image recognized by this C++ functions. I have this array to store image ...
0
votes
1answer
42 views

UIImageView resizes automatically on UICollectionViewCell, for no apparent reason

I'm trying to show a few images using UICollectionView, I already have the animation i wanted (to zoom in the "active" cell) and it works perfect when i just use the cell. When i add an image to the ...
0
votes
1answer
53 views

Tried to add custom UIBarButtonItem to UIToolBar, but item comes out messed up

I'm trying to add a custom button (shape and color) to my UIToolBar, but it comes out much differently than it should. What button looks like: What it looks like in the bar: Here's the code I ...
0
votes
3answers
113 views

Make UIImageView stay at current size without stretching image?

I have an app with images displayed in it. I have various images at different sizes displayed in my UIImageView. What I want to do is set a size for the image view - call it 100x100. If an image ...
2
votes
1answer
50 views

Colors are slightly different when creating new image from UIImage with UIGraphics and CGImage

I am using a UIImageView with contentMode:UIViewContentModeScaleAspectFill which contains an image that does not fill the UIImageView entirely. For example the UIImageView has the size: ...
0
votes
3answers
175 views

Tell When a UIPageViewController is Scrolling (for Parallax Scrolling of an Image)

I am trying to make an effect similar to that found in the new Yahoo weather app. Basically, each page in the UIPageViewController has a background image, and when scrolling through the page view, the ...
0
votes
0answers
66 views

UIImageView dynamic image fixed width

I would like a UIImageView around 300 px width and dynamic height. Again, images shouldn't be streched too much, but just nice looking "golden-middle". Best example is 9gag application. Images are ...
0
votes
2answers
69 views

UIImage with NSData initWithData is nil

The following code does not seem to load an image. uiTabBarItem = [[UITabBarItem alloc] init]; NSData *datatmp = [NSData dataWithContentsOfFile:@"newsicon.png"]; UIImage *tmp = [[UIImage alloc] ...
0
votes
1answer
76 views

Color overlay on specific area of UIImage

I'm trying to overlay a color on a UIImage, but only on the left half of the image (I'm using code from http://coffeeshopped.com/2010/09/iphone-how-to-dynamically-color-a-uiimage to overlay the ...
0
votes
1answer
57 views

UIImageView image or video

I have UIImageView where I put images from url (database). But there is one problem: some urls are not images but links to youtube or some other site. Is it possible to add video to UIImageView ? How ...
0
votes
0answers
160 views

Detect presence of objects using OpenCV in live iphone camera

Can anyone help me to detect realtime objects in iPhone camera using OpenCV? My actual objective is to give an alert to users while an object interfering on a specific location of my application ...
0
votes
1answer
83 views

UITableViewCell Dynamic Height based on UIImageView

I have grouped UITableView with cells size of 400. Inside I have UIImageView with images from NSURL. How can I make those images to determine uitableviewcell height ? How can I even get real image ...
0
votes
2answers
95 views

How can i Change dynamically image from iphone 4 to iphone 5 screen

I'm sorry for my english. In the app that i'm trying to develop in the first view i have a set of 4 images, one banner and one tab bar that i want to cover totally the screen size. For the 3.5-inch ...
0
votes
5answers
52 views

Image comparison with button image

I am trying to compare an image from a button with another image but its not working as expected and as stackoverflow suggestions... if (favoriteButton.imageView.image == [UIImage ...
0
votes
3answers
106 views

how to change uiimageview image's programmatically

In my ios application i create uiimageviews programmatically like that, for (int i=0; i<20; i++) { productID=[products objectAtIndex:i]; ...
-2
votes
1answer
47 views

Give smooth effect of UIImage Stratch [closed]

I am Creating one application and i required following effects. I don't know hot to start work. if any one know what is my first step for this effect then please guide me for how to stretch Hair like ...
0
votes
1answer
78 views

iOS - Image that is downloaded in the background and assigned to UITableViewCell imageView does not fill view

Similar things that don't really answer my issue Objective C: How to fix aspect ratio of image (and not change to fit imageview frame) Resize UIImage with aspect ratio? What I am doing User taps ...
0
votes
0answers
31 views

Moving UIImage after OpenGL ES renders

I am trying to render a HUD using UIImageView over my OpenGL ES view. Basically, I am trying to move the HUD around on the screen after the view loads via touchesBegan. However, the problem is that I ...
0
votes
1answer
30 views

Strange behavior with drawing an UImage into graphic context

I have the following code to merge two pictures side by side horizontally : CGFloat firstWidth = ImageLeft.size.width; CGFloat firstHeight = ImageLeft.size.height; CGFloat ...
0
votes
0answers
34 views

Is there a way to preserve the center of an UIImage (Inverted Cap Insets)

Is there a way to preserve the center of an image rather then the insets. Like an inverted Cap Inset?
0
votes
0answers
55 views

Making sense of caching and loading CGImageSource

I am testing jpg image loading and caching approaches on the iPad, but am not sure i have full understanding of all available options. So far i was using for loading CGImageSourceCreateImageAtIndex ...
-1
votes
2answers
71 views

Why does this code resizing an image rotate it 90 degrees from original?

I have an iPad app where I'm using the camera. The original image is 480 x 640. I am attempting to resize it to 124 x 160 and then store it in CoreData using this code that I found on the internet: ...
0
votes
2answers
34 views

Display Top Portion of UIImageview

I'm trying to display a top portion of an UIImage. I know I can use the following code and display the middle portion. I'm just trying to figure out how to do the same for the top portion: ...
2
votes
1answer
48 views

Showing a subliminal image on iPad

While working on an iPad app for researchers in cognitive science, they asked me if it would be possible to show an image (PNG) fullscreen for a couple of milliseconds (10-30 milliseconds). My guess ...
0
votes
0answers
42 views

Taking pictures with a transparant overlay

My app can take pictures and when taking a picture an overlay is shown which fills the whole screen and most of it is transparant. When I take a picture the image is rendered and the overlay is drawn ...
0
votes
1answer
57 views

Slice multiple part from single image in iPhone? [duplicate]

I am working in iPhone application, I have tried to slice multiple part from single image but i can't get exact solution. I want single image to slice multiple part like 3x3, 4x4, 5x5, 6x6 etc... How ...
-2
votes
4answers
128 views

Auto scrolling the scrollview?

i have one scrollview in my view2 ,when i open that view2 i want to scroll the scrollview contents in x axis i tried this one buts not working for me..please help self.scrollView.scrollEnabled = ...
1
vote
1answer
39 views

Convenience methods for resizable images

I've got a load of images that are resizable in my app and I use them all over the place. Most of them have the same edge insets but some are different. It takes a lot of code to create them too... ...
0
votes
3answers
255 views

How to resize UIImage created with resizableImageWithCapInsets when used for an UIImageView / UIView

I'm writing code to use a custom image as the background for a UIView. The app runs in portrait only. Prior to the 4" retina screen, I used fixed size, hand-drawn png as the background image ...
0
votes
3answers
71 views

iOS - View high resolution image

I want to display a high resolution image in imageview. Here is what i do Prepare UIImage in the background When the file is loaded, switch to main thread Display the image [ by using UIImageView's ...

1 3 4 5 6 7 74