Questions tagged [photolibrary]

176 questions
1
vote
0 answers

Animation of images for muti-selected images from photo library of an ipad

There are two components of this apps as entilted. 1) Multi selection of images from photo library: reference - http://www.youtube.com/watch?v=HyU7zNzwcrI&feature=BFa&list=HL1350876847, …
1
vote
1 answer

Facing issue in saving image to photo library in device for ios6

I have an issue while saving UIImage to photo library in device for ios 6.I am able to save the image in simulator but not in device.I have changed the privacy settings for photos in device.Still I am not able to save the image. Below is the code…
1
vote
1 answer

How to integrate social media for photo sharing on iOS?

I need to integrate social media for sharing a photo in my app. My app will have one UIImageView with some image and one button for sharing the image. As soon as I click on the button I should get the list of social networking apps installed on my…
sachi
  • 2,122
  • 7
  • 30
  • 46
1
vote
1 answer

Busy Photo Website - Photos Folder Structure

I have a busy photo website that has approximately 350,000 photos. The high resolution, downloadable photos are stored in an Amazon S3 Bucket but the thumbnails and previews are stored on my dedicated server. Currently, I have 350,000 thumbnails in…
TheCarver
  • 19,391
  • 25
  • 99
  • 149
1
vote
3 answers

How To make image of nonRectangular shape

I have a problem to create image of irregular shape. This is example of my frame. Please give any idea for creating image like this. It is containing two image in two different frame. But both images hides some part of it after fitting in frame.
aks.knit1108
  • 1,305
  • 9
  • 20
1
vote
1 answer

Convert content of UIScrollView in UIImage

In my application, users can add UIImageView as subview of my UIScrollView. When the user taps "Save" button, I want to save all the content of my UIScrollView as an UIImage into the photo library. I've been looking on Google but there is not much…
Benjamin
  • 7,055
  • 6
  • 40
  • 60
1
vote
1 answer

iPhone How to present photos from my documents directory?

I have been using UIImagePicker controller for taking photos and saving it to my documents directory. Now i want to be able to present them to user for picking. UIImagePicker has neat functionallity imagePicker.sourceType =…
MegaManX
  • 8,766
  • 12
  • 51
  • 83
0
votes
1 answer

How can I know the format of a UIImage? (IOS)

Very simple question. Is there any way to tell whether a picture picked from the photo library is a jpg file or a png file? Since some other app's work may also be in the library, so I need to know this. More specifically, what I need is only to…
Wang Liang
  • 941
  • 2
  • 15
  • 34
0
votes
1 answer

Save UIView to iPad PhotoLibrary

I'm creating an app where within a UIView subclass I have several UIImageView's holding UIImage's that the user has picked. I want to be able to allow the user to save the UIView to the PhotoLibrary so that those UIImageView's are saved as a sort of…
Ollie177
  • 315
  • 1
  • 3
  • 17
0
votes
1 answer

Phonegap - Capture image to Photo Library and display in HTML

I have been using the following code to grab a photo and display it in html works great. function takePicture() { navigator.camera.getPicture( function(uri) { var img = document.getElementById('camera_image1'); …
adamprocter
  • 856
  • 1
  • 15
  • 31
0
votes
0 answers

Crash when using UIImagePickerControllerSourceTypeSavedPhotosAlbum

I have some strange behavior which work fine when using UIImagePickerControllerSourceTypePhotoLibrary. But when using UIImagePickerControllerSourceTypeSavedPhotosAlbum, the picker crashed after one, two, or three of selection. With the source type…
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
0
votes
1 answer

How to save the content of scrollview to photo library in ios

I am new to ios development. I am trying to implement an ios application with UIScrollview. The purpose of my scroll view is to arrange some images. I need to save the content of the scrollview to photo Library, attach it to email, etc. Is it…
John
  • 734
  • 3
  • 14
  • 30
0
votes
1 answer

How can I display any image from photo library at full screen?

In my iPhone program I need to choose any picture from the photo library and display it at full screen. I know how to work with picker and how to display at full size image that attached to project. But I still have no idea how to solve my task. Is…
Mehdzor
  • 789
  • 4
  • 9
  • 23
0
votes
2 answers

MATLAB:: Drawing a number on a image (Matrix) on MATLAB

I'm using matlab in order to perform modifications on an image. I have loaded an image on Matlab. (the image may be in different resolutions) Converted the image to gray scale then converted the image's matrix to double. I have drawn grid lines …
TripleS
  • 1,216
  • 1
  • 23
  • 39
0
votes
1 answer

I am not getting photo library in ios5

It is not possible to get photo library from my application when running application in ios5. Is any body have solution for this?