1
vote
0answers
78 views
Mask UIImage issue
I am using this code for mask UIImage:
- (UIImage*)maskImage:(UIImage *)image withMask:(UIImage *)maskImage2 {
CGImageRef maskRef = maskImage2.CGImage;
CGImageRef mask = ...
0
votes
1answer
22 views
How to flip a CGImageRef over y-axis
I'm trying to animate a sprite using only CoreAnimation. It's working so far except I can't figure out how to flip the sprite sheet.
Right now, I have a walking animation, but I want the sprite to ...
1
vote
0answers
37 views
HoughCircles gives wrong number of circles and position - iOS
Im using OpenCV to help me detect a coin in an image taken from an iPhone camera. Im using HoughCircles method to help me find them but the results are less than hopeful.
cv::Mat greyMat;
cv::Mat ...
0
votes
2answers
53 views
UITableView with UIImageViews showing large UIImages - Scrolling Performance
I have a UITableView, with each cell containing 4 UIImageView s. I am loading the images asynchronously (using a third party UIImageView extension for asynchronous loading). And also doing the ...
0
votes
3answers
58 views
How to add a UIImage to an email using MFMailComposerViewController? [duplicate]
I'm using the MFMailComposerViewController to send an email from an iOS app. The mail works except when trying to add an image. The issue with the image for me is getting it using
I've seen other ...
-1
votes
1answer
33 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!
5
votes
0answers
217 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
72 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
133 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
54 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
42 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
51 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
16 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
45 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
52 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
44 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
14 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
34 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
29 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
52 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
35 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 ...
-3
votes
2answers
45 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 = ...
0
votes
1answer
33 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
57 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
51 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
61 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
38 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
38 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
118 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
1answer
48 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
131 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
71 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
36 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
158 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
35 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 ...
1
vote
2answers
102 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
54 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
143 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
80 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
69 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.
...


