The basic image handling class of Cocoa-Touch on iOS.
5
votes
0answers
297 views
Black screen appears, randomly after taking an image and tapping 'USE' in the UIImagePickerController
I have an app that's almost done and now while it was under QA, the QA engineer came across a random issue in which a black screen appears after tapping on USE in UIImagePickerController view. Further ...
4
votes
0answers
161 views
How can I reduce CFData(Store)?
I have been looking for the solution to solve below problem, but could not find.
I made the filtering method to modify HSV values of UIImage. This method is working fine, but
when I use this method, ...
4
votes
0answers
576 views
Image Masking+Iphone SDK
I want to mask two images
Image 1:
Image 2:
Now i want to merge this two images like The image2 will come in centre of the image1.
I've read Any idea why this image masking code does not work? ...
3
votes
0answers
69 views
split the image into a mesh of small quadrangles in OpenGLES
how to split the image into a mesh of small quadrangles in OpenGLES.
I need to split image in small parts and after that stretch only one part of the image, not a whole image.
Is it possible using ...
2
votes
0answers
16 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 ...
2
votes
0answers
49 views
iPad UIImageView creates aliased edges when scaling down larger UIImages, but not when displaying a screenshot of itself.
I'm running into a weird issue with a UIImage displayed within a UIImageView.
If I put a 1024x1024 image within a 173x173 image view with "scale to fill" set, the result is aliased. However, if I ...
2
votes
0answers
85 views
How to post multiple pictures with an open graph request to facebook?
Code that posts one image:
-(IBAction)postImageToFacebook:(id)sender {
DLog(@"");
NSMutableDictionary* params = [[NSMutableDictionary alloc] init];
[params ...
2
votes
0answers
119 views
GPS coordinates not coming in UIImagePickerControllerMediaMetadata
I am trying to get loctaion from the meta data of the image clicked from camera.
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info
{
...
2
votes
0answers
336 views
How to convert a kCVPixelFormatType_420YpCbCr8BiPlanarFullRange buffer to UIImage in iOS
I tried to answer this in the original thread however SO would not let me. Hopefully someone with more authority can merge this into the original question.
OK here is a more complete answer. First, ...
2
votes
0answers
107 views
CGImageMaskCreate in ios4.1
I am using the below masking code:-
- (UIImage*) maskImage:(UIImage *)im withMask:(UIImage *)maskImage {
CGImageRef maskRef = maskImage.CGImage;
CGImageRef mask = ...
2
votes
0answers
86 views
Rotated image should also follow the same pattern without white space
I am Rotating the image by using this code
- (CGImageRef)CGImageRotatedByAngle:(CGImageRef)imgRef angle:(CGFloat)angle
{
CGFloat angleInRadians = angle * (M_PI / 360);
CGFloat width = ...
2
votes
0answers
168 views
How to Re draw an erased image with touches moved in iphone
I am erasing an image with touch using the blend mode destination out. I did this successfully.
Actually I am reducing the alpha with touch so I am able to set the strength too.
Now my problem is ...
2
votes
0answers
543 views
How can I calculate the crop size (rect) of the UIImage with different resolution
In my app, I have a 'Capture from Camera' function, I am using GPUImageFramework by Brad Larson (ty) , GPUImageStillCamera when capturing still images.
stillCamera = [[GPUImageStillCamera alloc] ...
2
votes
0answers
344 views
Speeding Up -[setImage:] With UIImageView?
I am currently working on an application that incorporates image downloading and displaying around 20 images inside of a scroll view. The downloading works great, and so does the conversion from ...
2
votes
0answers
173 views
Rotated images having jagged borders even after adding transparent border
In my app I need to rotate images.I rotated the images but they have jagged borders.I googled and found that adding transparent border solves the problem, but the borders are still jagged.
My code is ...
2
votes
0answers
417 views
Resize UIImage for UIPrintInteractionController
I'm currently working on a possibility to print the content of a view via Airprint.
For this feature I'm creating a UIImage from the view and send it to UIPrintInteractionController.
The problem is ...
2
votes
0answers
76 views
Tile shown with line on a device
I use a tile for view background:
self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"background.png"]];
In simulator everything is fine, but on real device there is ...
2
votes
0answers
58 views
Is there a equivalent of CICircularWrap in iOS 5?
I would like to wrap a UIImage in a circle as CICircularWrap of Core Image is able to do in OSX; any idea? an external framework will also fit .
2
votes
0answers
286 views
How to save an image into Core Data (iOS5)
I have a Binary Data attribute set up in my entity (with Allows External Storage checked), and an image in my app bundle that I want to assign to it (test.jpg). What is the best way?
...
2
votes
0answers
481 views
opencv IplImage To UIImage with ARC leak
I'm converting a stream of IplImages to UIImage using this function:
+(UIImage *)createUIImageFromIplImage:(IplImage *)image
{
CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();
...
2
votes
0answers
533 views
UIImage from PNG binary from BLOB SQlite. Binary created from PHP fread. Null issue
I am trying to load png images into UIImage from a SQlite database. The images are stored as binaries in a blob column. I've created the binaries using PHP fread, so I guess my first question is: is ...
2
votes
0answers
367 views
problem using UIImage and caf to create video file
I have read all posts I can find on internet about this function, and I have some success to create the video file, but I have 3 problems remaining and seems like no one have mentioned that.
I have 3 ...
2
votes
0answers
308 views
Rendering animation to movie
I have a serious problem with Core Animation in combination with the AV Foundation.
I want to render the animation of several UIImages to a movie file. The animation of the images should only be the ...
2
votes
0answers
438 views
UIImagePickerController and the need to save the UIImage asap vs. exploiting the file backing
I've read uiimagepickercontroller uiimage memory and more and other relevant questions, but I can't get my head around one thing, and I wonder if there are people around here with experience on this ...
2
votes
0answers
2k views
Copy part of scaled UIImage
I want to be able to scale and position an image, and then save just part of that image. I currently have a UIImageView inside a UIScrollView. After zooming and positioning the image I hit a button ...
1
vote
0answers
40 views
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 ...
1
vote
0answers
27 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] ...
1
vote
0answers
25 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 ...
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
0answers
78 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 ...
1
vote
0answers
147 views
iOS Animation Block: Content of Image Flickers while Rotating
I am trying to rotate an image (UIImageView) within an Animation Block. The image contains fine lines horizontally (like the lines within an image of a notepad, for instance). But while being rotated ...
1
vote
0answers
35 views
Loss of quality when converting from IplImage to UIImage
I'm using the OpenCV library in my app and I want to the use the final result as a UIImage.
I use this code to convert between IplImage to UIImage:
CGColorSpaceRef colorSpace = ...
1
vote
0answers
67 views
UIImageView - rotate in UIScrollView
I have UIScrollView that handles for image zoomimg.
UIImageView is resized to fit UIScrollView (in correct ratio) and centered.
Zooming works perfect (standart code), but when rotating, I need to ...
1
vote
0answers
63 views
UIGraphicsEndImageContext() takes too much execution time?
I'm doing a screenshot of a portion of the screen by this code :
-(UIImage *) takePic {
UIGraphicsBeginImageContextWithOptions(self.view.bounds.size,YES, 0.0);
[self.view.layer ...
1
vote
0answers
60 views
ThumbImage is not proper in UISlider
I am using a UISlider in my application to show the download progress.I am facing a issue which is strange and occuring only in landscape mode.
Prob:
I could see a line behind the thumb image of ...
1
vote
0answers
81 views
How can I maintain quality of the cropped image
I have used the following code to crop an image so that it should fit into some fixed size (ex: 100*100)
if(newSize.width == Thumbnail_Size) // Thumbnail_Size 100.0
{
CGFloat ...
1
vote
0answers
387 views
UIImagePickerController scaling and cropping with custom overlay
My camera's custom overlay only leaves a 320x320 square at the center so the user can take a picture of only whats on screen.
I retrieve the original picture and then I want to scale it down and crop ...
1
vote
0answers
119 views
iOS - How can I Convert an Image to unsigned char to print image using Blue Bamboo Printer?
I am developing one Printer App with Blue Bamboo printer. I want to Print one Image through it but I am unable to convert it to unsigned char array as they provide in sample code. How can I do this? ...
1
vote
0answers
54 views
How to modify an image (eg remove straight lines)
Good afternoon everybody.
I want to process an image with tesseract. I managed to read a simple text. Now, I want to read the text that is put inside the cells of a table. I think that the best way ...
1
vote
0answers
46 views
Why an NSDictionary instance can not be passed via delegate between MapView controller and UIImageView controller?
I'm a beginner of iOS development, my app currently have two separate controller - mapViewController(Left side) and photoViewController(right side), show below:
Image Link
I add some annotation on ...
1
vote
0answers
144 views
iOS UIImageView not updating image when loaded
I have an app using a UINavigationController. In one view I have a series of buttons that passes an ID to another view. This new view then displays a relevant image from the database depending on what ...
1
vote
0answers
152 views
Xcode: How to get UIImage after UIImageView rotated?
I use the code below to rotate UIImageView (only rotate 90degrees).
degrees = 0;
- (IBAction)processRotate:(id)sender {
float radians = degrees / 57.2958;
imageView.center = ...
1
vote
0answers
67 views
Resize image and save in Document crash
in my app I need to create via code the image that will be used. I download a full screen version of image and then I create all the clippings I need. This approach reduce the MB the user will be ...
1
vote
0answers
434 views
UIImage transform/scaling issues
Finally, I have a reason to ask something, instead of scouring endless hours of the joys of Stack Overflow.
Here's my situation: I have an UIImageView with one UIImage inside it. I'm transforming the ...
1
vote
0answers
99 views
Edit Exif Data on UIImage before posting to backend
Problem
I'm posting images to a server, but when I pull them back to the device, they turn sideways.
My thoughts are the Exif data attached to the image are telling the server how to orient the ...
1
vote
0answers
136 views
Reading CMYK file from ALAsset
I would like to read CMYK image from iOS Photo Library.
e.g. CMYK file sample
Open this file in Safari and hold down and save to Camera Roll.
Then I use ALAsset Library to display in UIImageView
...
1
vote
0answers
55 views
Broadcasting uiimagePicker camera over airplay in landscape
I appreciate this is exotic but I have an app that uses an overlay for the uiimagePicker for directors and cinematographers. I understand that the uiimagePicker is only portrait and I have the overlay ...
1
vote
0answers
173 views
Compare two UIImage
Is there a way to check only if two UIimages are different. Right now I am using following method which works fine but it takes time. Is there any alternative? It should return false if there is any ...
1
vote
0answers
75 views
Loading Images for frame by frame animation inside NSTimer - Code doesn't run (Xcode)
Hey I am busy learning Xcode and have run into a very confusing problem. I am creating a very basic soccer game where you kick the ball by flicking your finger an the ball bounces off the sides of the ...
1
vote
0answers
163 views
Anti-aliasing of clipped image
I have been trying to experiment with clipping an image in a circular path. But, I can't seem to get the clipping path to be anti-aliased.
I have tried a few different things, but none seem to work. ...



