0
votes
1answer
11 views

Rescale image in imageview

In my app I can take a photo from the camera and display it in an imageview, but what I want to be able to do is rescale/resize the resolution of the image so it's not as big and does not take up so ...
0
votes
0answers
31 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
18 views

Show layer while taking picture [duplicate]

I was wondering if its possible to show a layer (UIImageView?) on top of the camera view while taking a picture. I know its easy to implement a layer after the photo is taken but I want to show that ...
0
votes
1answer
33 views

Provide a selection area on UIImagePicker Controller to capture the selected area alone? [closed]

After Googled a whole day I was unable to get any model for my need. Actually my need is 1.Provide a Selection area box on UIImagePicker like the image below: 2.User can resize the selection area ...
1
vote
1answer
319 views

How to create a custom UIImagePickerController with full-screen images ios

I have a simple UIImagePickerController which will use the camera to take a picture, but there are a couple things I would like it to do: Have a custom camera UI Take a full-screen instead of ...
0
votes
0answers
98 views

iOS Camera Error: -[UIImageView sendActionsForControlEvents:]: unrecognized selector sent to instance

I am writing an app that uses UIImagePickerController to create a camera that behaves similar to the native camera app. Everything works well but I have only ONE big problem which I haven't found a ...
0
votes
0answers
37 views

cannot reset UIImageView

I am developing an iOS app that can allow a user to pick an image from the gallery(UIImagePicker) and display the image in an UIImageView which is in a different view controller. In my ...
0
votes
0answers
115 views

Using presentModalViewController to display UIImagePicker from rootViewController

I am developing an iOS app that will open a UIImagePicker and allow its users to pick an image from the image gallery. I am having trouble using presentModalViewController to bring up the imagePicker ...
0
votes
0answers
106 views

UIImagePickerController: is it possible to fill screen with camera preview?

I'm trying to set the cameraTransform of my UIImagePickerController to match or approximate the sizing which occurs when the resulting image is displayed in a UIImageView set to aspectFill. My goal ...
0
votes
2answers
123 views

How to save path of image picked from UIImagePickerViewController to sqlite database and access it later ? ios

I need to save path of the image picked from server and later access the path to show that image on user click by database retrival. -(void)imagePickerController:(UIImagePickerController *)picker ...
0
votes
2answers
157 views

UIImagePickerController not working

I am using xcode 4.5.2 and i want to use the UIImagePickerController on my navigationBar based app, everything works perfect unless the image keeps blank after the user picks the image. the user ...
0
votes
0answers
200 views

How to Update Contact Information In Address Book in iOS

I have been working on an address book like app for a while and I have come to a point where I need to Update the image of the Contact. I can successfully retrieve the contact. I'd like to use a ...
0
votes
1answer
153 views

UIImagePickerController image Scaling and maintain its quality

Image Size captured using Camera return's image of size 720*960. The captured Image is displayed in a UIImageView of 320*436, like this. UIImageView *imgView=[[UIImageView alloc] ...
0
votes
2answers
431 views

How to reduce the image resolution and memory size when saving or while capturing an image in iphone

In my contacts application i used an image view to display the contact persons image, in this process while saving the data user can save the contact person image as well (in the form of string, ...
0
votes
1answer
60 views

How it is possible to 'rotate image, only if it is in portrait mode (But not in landScape mode)'

In my iphone application I have used image view to display the enlarged images, getting from another view, in first view i have a specified place for display ing images captured from imagePicker, ...
0
votes
2answers
278 views

How to make the UIImagePickerController image not resize when displayed on imageview

I'm very new with uiimageviews and I had a question about UIImagePickerController. In my app the user selects an image, which is then displayed on a uiimageview. Then it resizes the picture so every ...
0
votes
2answers
203 views

How to change the dimensions of the scale - move crop rectangle when using UIImagePickerController

Im implementing capture image action to capture the "ID card" and "BUSINESS CARDS" which are in 3x4 dimensions rectangle in nature when opening working with an UIImagePickerController and setting ...
0
votes
1answer
129 views

How to implement move scale photo option for edit photo just like in contacts add photo option

In my iPhone app i have add photo option, in that i added photos from library as well as captured images also.. When i open image picker to add/capture image it just display retake & use photo. ...
1
vote
1answer
66 views

Trouble updating/setting the image in a UIImageView

I'm trying to call a UIImagePickerController and use the info that it gets to update a UIImageView. I can't get the UIImage from the info to the UIImageView. - ...
0
votes
1answer
254 views

UIImage from UIImagePickerController orientation issue

I'm using UIImagePickerController to fetch images from the user's photo library and/or taken with the camera. Works great. I'm noticing that fetched images are often (always?) coming back with their ...
3
votes
1answer
417 views

Xcode: How to get the Image from ImagePickerViewController through a segue?

I have a program that has two view controllers, View controller 1 and view controller 2. View Controller 1: Has a UIImageView, and a button that has a modal segue leading to view controller 2. View ...
0
votes
0answers
86 views

UIImagePicker photo won't scale if placeholder image is same size as its UIImageView

I've got a 200x200 UIImageView on a view, and set its placeholder image to a 200x200 image.png via IB, with Aspect Fit mode selected, so that when I populated the image view with another image, it ...
0
votes
0answers
157 views

Using GPUImage on UIImagePickerController

Good day! I am new to Objective-C and to iOS App development in general. I just started a few months ago, and so I'm exploring other things I can do. I am trying to make an image editor app that ...
0
votes
1answer
63 views

How do I display a UIImage from one ViewController in a second ViewController?

So I set out thinking this would be pretty straight forward but I really can't figure out how to do this! Basically I'm using a TabBar Application so each page is governed by a UITabBarController. I ...
0
votes
2answers
133 views

Objective-C: Save Image When the App is Killed

I am on a development of my school project and i chose to build an app that uses the camera. I have manage to use it and attach it into UIImageView, but i am having a hard time on making that image ...
0
votes
1answer
195 views

Objective-C: Use the Original Image Size After Capture

I am making an app that uses the camera. Everything is working well, but when i started to add the captured image on a UIImageView it resizes automatically with respect to the size of UIImageView. ...
2
votes
2answers
544 views

How can i add two uiimageview and save it to iphone photo gallery in iphone application development?

I am going straight to the point,my problem is, I have a uiview controller which is taking 3 buttons and a uiimage view.Now, When i am pressing first button i am taking image from iphone default ...
0
votes
0answers
277 views

UIImagePicker fix Orientation

please, help me. I'm beginner and need to fix something: I want to use this code: http://www.platinumball.net/blog/2010/01/31/iphone-uiimage-rotation-and-scaling/ to fix rotation of my iPhone camera ...
0
votes
0answers
69 views

Why is my image not being passed to my ViewController?

I have my app set up so that there will be multiple image pickers, each with it's own array of images. The user will press which set they wish to view, select an image, and then the app will pop back ...
1
vote
1answer
329 views

Using UIImagePickerController for multiple uiimageviews. (Using more than one UIButton)

I have 2 uiimage views (imageview & imageview2) and 2 uibuttons (useCameraRoll & useCameraRoll2) I have implemented code to set the images on these views using the 2 buttons. imageview works ...
1
vote
2answers
225 views

UIImagePicker set more than one image view

I have several buttons. When either of the buttons are pressed it pops up and alertView asking the user to take a photo or select from the camera roll. Now the issue I am having is that I have 12 ...
1
vote
1answer
346 views

Adding a tint to an image

I'm creating an app which uses UIImagePickerController to present a camera to the user with a custom overlay which includes one of two grids/patterns over the camera "view" itself. The grids ...
0
votes
1answer
371 views

Gettting rotated image form server when it is uploaded

- (IBAction)grabImage{ UIImagePickerController *ipc = [[UIImagePickerController alloc] init]; ipc.delegate = self; ipc.sourceType = UIImagePickerControllerSourceTypePhotoLibrary; [self ...
0
votes
0answers
62 views

embed image/label to UIImage from UIImagePicker / Camera

i would like to add/embed several overlay images to an image which was taken by the camera. i have an UIView in which the token picture is presented. now id like to add several images to this picture ...
0
votes
1answer
163 views

UIScrollview behavior like UIImagePicker scroll view

I want to create custom uiimagepicker with image sliding behavior like UIImagePicker, but cant find out the way to set bouncing mode to bounce back or forward when i stop sliding at the middle of one ...
0
votes
1answer
469 views

How to upload image to mysql database iOS application

I'm new to iOS development and currently creating a app for my major project in uni. I'm creating a registration page where the user is asked to fill in their details and also upload an image. So far ...
0
votes
4answers
1k views

Image became horizontal after successfully uploaded on server using Http Post

i capture the image using image picker, at the that time image is in its actual position. but after uploading it on server it became horizontal. i don't get any clue why that happening. here is my ...
0
votes
2answers
266 views

iOS: UIImageView Issues

I'm very new to Objective-C, and am having some beginner issues. I have an application that has an area that is supposed to behave somewhat like a photo gallery. You click the "Add Image" button, and ...
1
vote
2answers
2k views

Passing image from one view to another

I'm getting an image from the user from the photo gallery, and I want to pass it to a another view... I've read that I should be able to simply do something like this: secView.imgView.image = ...
0
votes
2answers
375 views

Open UIImagePicker when tapping on UIImageView

I need to allow the user to add photo either from source type camera or photo library when the user taps on the UIImageview. I don't want to present a uiimagepicker controller by clicking on a ...
0
votes
1answer
383 views

Multiple button if statement to allocate which ImageView is to be called

I'm trying to have multiple UIImageView's each with two buttons - A Take Photo button and a Choose Button Photo. So far I have set up the two UIImageView's and the four buttons. When you click any of ...
1
vote
2answers
2k views

iPhone : Image Captured in portrait mode is loaded in landscape mode in UIImageview

I am developing an Application where I am capturing image in portrait mode and then moving to another class with Image data and showing that image in a UIImageView on a UIScrollView. Now If I am ...
2
votes
2answers
2k views

Saving and Loading UIImages

So In my app, I want the user to be able to select/take a picture, then show that image in a UIImageView. The problem is, through my research, I've found many ways to save/load images, but apparently ...
0
votes
1answer
928 views

UIImageView does not show Image from UIImagePickerController

I am trying to take a picture with my app and then show it in a UIImageView that is predefined in my .xib. I have a IBOutlet UIImageView *_foto that is linked to the UIImageView in the .xib When I do ...
0
votes
1answer
236 views

Problem in Saving the editted image in camera roll

M working on an Acne app in which i have to choose image from UIImagePicker and after adding subViews to it I want to save it in camera roll. Problem : If I add UIImageView as a subView to the ...
1
vote
2answers
570 views

How to save edited image?

I have UIImagePicker to select the image. After selecting the image I am editing it and now I want to save that image. Can anyone please tell me how can I save the image to Photo Album?
1
vote
1answer
452 views

UIImage Causing Views All Throughout the iPhone to Turn Black

Alright, this problem is rather bizarre, and I'm 99% positive at this point it's not a retain/release error. Basically I'm using UIImagePickerController to grab an image from either the library or ...
3
votes
2answers
2k views

iPhone Camera - Choose from Library or Take Photo

Please look at the image below !! So in this image... You can see a pop-up from the bottom which gives the user 3 options when he 'taps' the 'Camera' button. What is that view ? Is it a modal view ...
0
votes
1answer
206 views

Subviews on UIImagePicker?

I was wondering: in Apple's "Photos" app, when the user wishes to share more than one photo, he or she can tap on the individual thumbnails, and a check in a red circle will appear on top of each one, ...
1
vote
3answers
1k views

Convert UIImage into bytes

I am getting UIImage using UIImagePickerController. How can i calculate number of bytes hold by that Image in kb/mb ? Using that values I have to make logic that user cant add Images more than size ...

1 2