-1
votes
1answer
32 views
iPhone @1x artwork 'multiple build' errors
I've just added the @1x artwork to my iPhone app but I'm getting 'Multiple build commands for output file' for each piece of @2x artwork. Any help would be appreciated thanks!
3
votes
0answers
118 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
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
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
131 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
52 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 ...
2
votes
2answers
33 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
2answers
48 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 ...
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
44 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
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
2answers
41 views
cv::mat to UIImage conversion not recovering exact image
I am using this function to convert cv::mat to UIImage.
-(UIImage *)UIImageFromCVMat:(cv::Mat)cvMat
{
NSData *data = [NSData dataWithBytes:cvMat.data length:cvMat.elemSize()*cvMat.total()];
...
0
votes
1answer
37 views
Split image by alpha value 1 objective-c
Reference Link here...
Please find the image from above link. I need to extract all Black colored sharp objects from the above like specified image to a NSDictionary. The goal is to find the sizes of ...
0
votes
0answers
13 views
ERROR Corrupt JPEG dataCorrupt JPEG data When Download Image From Server
I am using an Server to Crop Image and client will request and get image from sever but when app run system get an warning with an error
<Error>: ImageIO: JPEG Corrupt JPEG data: premature end ...
0
votes
1answer
33 views
Scale a UIImage appropriately to show it fullscreen without any distortions
When we take a photo on an iphone , the image is shown in fullscreen without any "grey bar" at the top i.e. the image is shown in the frame 320*500 size . I want to display that image in my app , but ...
0
votes
1answer
28 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!
-1
votes
1answer
48 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 ...
0
votes
1answer
33 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
27 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 ...
0
votes
1answer
32 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
51 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
1answer
48 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
1answer
56 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 ...
-3
votes
1answer
35 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
2answers
29 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:
...
0
votes
1answer
36 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 ...
0
votes
3answers
109 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 ...
-1
votes
0answers
31 views
Smooth edges in unicolor transparent image
I have transparent png image with object in one color. The problem is that object have some really sharp edges and i want to make them smoother, desired result is shown at preview image. I`ve tried to ...
0
votes
1answer
46 views
Convert uiimage to binarydata
In my app am uploading an image from photo library to UIImageView .
using this step
NSData *imageData = UIImageJPEGRepresentation(imageView.image, 0.9);
am getting an imagedata.
I want to insert ...
0
votes
1answer
129 views
Place an image on top of another image
What I want to do is the following. A user can take a picture with the iPhone camera. After the picture is taking their will be another image placed on top of the taken picture. also the image that is ...
1
vote
2answers
80 views
Memory issue when using large NSArray of UIImage
I am trying to use an array of UIImages to display large number of images on the screen. Currently I add each image into NSMutableArray and then access them when I need to, but as the number of images ...
0
votes
1answer
61 views
Determine primary and secondary colors of a UIImage
I was wondering if someone could help me figure out how I can determine the main primary and secondary colors in a UIImage. I haven't been able to find anything terribly useful in Google.
0
votes
3answers
69 views
How do I show an image in a table cell given its URL?
This code:
cell.textLabel.text = [[news objectAtIndex:indexPath.row] objectForKey:@"recipes"];
cell.detailTextLabel.text = [[news objectAtIndex:indexPath.row] objectForKey:@"time"];
shows the title ...
0
votes
1answer
34 views
Pixelate effect for images
I need to apply a filter like Pixelate or Blur to a portion of UIimage.
Though its working fine with filter CIPixellate but the problem is this filter is available for ios 6 or later.
I hope there's ...
5
votes
1answer
144 views
How can i get UIImage from GPUImageView
I am using GPUImageView library in my project where it is using GPUImageView and i have added filters like contrast and other image effects like sepia etc on that GPUImageView , everything is good but ...
0
votes
2answers
34 views
Creating folder and adding multiple images
I'm creating an iPhone app where I need to create separate folder and add images in those folder and upload that whole folder on google drive. How can i create folder and images to it.
Thanks in ...
2
votes
2answers
98 views
Retrive image from nsdata NSInvalidArgumentException', reason: '-[UIImage length]
i add image in NSMutableArray than i convert it in NSData and agaun i store that image in other NSMutableArray. But when i convert back to image that give me Error
my Code is
NSData *Puzzleimage;
...
1
vote
1answer
48 views
iOS- how to make a UIImage look pixellated instead of fuzzy
I'm not even sure how to phrase this question... but basically I have a small image, and I want to stretch it to cover the screen. Because of the enlargement, the image is fuzzy, and I would prefer ...
2
votes
1answer
53 views
How can I refresh my view after assign an image to an UIImageView object? [closed]
I have an UIImageView outlet when someone clicks a button depending what button they click. here is my code:
UIImage *img = [[UIImage alloc] initWithData:image];
self.imgToDisplay = [[UIImageView ...
1
vote
0answers
44 views
how to keep UIImage size not change,but change it's file size
i want to keep the UIImage width and height not change,but change the UIimage file sizeI used :
NSData *uploadpic = UIImageJPEGRepresentation(photoData, 0.5);
int compressionQuality=0.5;
...
1
vote
2answers
122 views
presentModalViewController:Animated is deprecated in ios6
Im using code for imagepicker. But when i run in simulator i got memory leak and get presentModalViewcontroller:animated is deprecated in ios6 and also get dismissModalViewController:animated is ...
1
vote
0answers
79 views
xcode UILabel resizing and repositioning not working
I have been trying to get this working for much longer than I care to admin, but I have searched just about every s.o article there is and none of the solutions seem to be doing anything...
My ...
0
votes
3answers
44 views
is retina working in my developer iphone?
I'm testing my app in an iPhone5.
I duplicate an image, named image1.png and image1@2x.png, and tried it in iPhone5, in some part of my code:
UIImage *myImage = [UIImage imageNamed:@"image1.png"] ;
...
0
votes
1answer
49 views
Why are my images not displayed
I have a class that inherits from UIViewController lets call it 'controller' with an outlet to UICollectionView.
a class inherited from UICollectionCell lets call it 'A' and another from UIImage lets ...
1
vote
3answers
68 views
can't show picking image from photo library
Im using image picker for choose photos from photo library. When i click the button it displays photo library. But when i click particular image it dismiss modalView and image won't load to view.
...
0
votes
0answers
33 views
Associate audio with an image?
I have a problem in hand of being able to associate audio to an image.
I did some searching and found out that in the EXIF header of the image, there is a tag
called "Related Sound File", where ...
1
vote
2answers
125 views
Select image to use as UIViewController background throughout my app
When my iPhone app runs for the first time it asks you to select an image from your iPhone library to use as the background throughout your app. Here is the relevant code:
/*
* Responds when an ...
1
vote
2answers
89 views
Image not resizing using CapInsets correctly
I have created a singup button as follows:
signupButton = [[UIButton alloc] initWithFrame:CGRectMake(10,(facebookLoginButton.bounds.size.height + 40),300,50)];
signupButton.autoresizingMask = ...
0
votes
1answer
40 views
Check if exists a string inside a plist file
Hello guys i try to check a single line STRING inside my plist file, in my detail view I need to implement a IF like a:
NSString *data = [[NSBundle mainBundle] pathForResource:@"name" ...
1
vote
1answer
61 views
find proportional height of UIImage from fixed width in iphone
Hello my question is very similar to this question
I am arranging images in a grid manner. this grid has three columns, every column has fixed width of 100px and i want to scale UIImage with this ...


