Questions tagged [photolibrary]

176 questions
0
votes
2 answers

How to save images only custom album in iphone photlibrary?

I have one doubt, Is it possible to save the image only on custom album not in savedphotosalbum in iPhone photolibrary. Because this guy told every image must be stored on camera roll or saved photos album default. That link is below, Saving image…
raman
  • 175
  • 1
  • 2
  • 14
0
votes
1 answer

app crashes when retrieving the ALAssets from ALAssetsGroupSavedPhotos group up on receiving ALAssetsLibraryChangedNotification

Part of my app has a photo browser similar to Apple's Photos app (Grid like view). To refresh my photos whenever there is any change in original photo app, i registered for ALAssetsLibraryChangedNotification self.assetsLibrary = [[ALAssetsLibrary…
iOSTech
  • 77
  • 1
  • 8
0
votes
1 answer

Window Phone 8: How to read files from SavedPictures folder into a byte buffer

How can we use Pictures/RootPictureAlbum/SavedPicture API of MediaLibrary class to access the photos in SavedPicture folder to read them into byte buffer?
prince
  • 1,129
  • 1
  • 15
  • 38
0
votes
1 answer

Why would app try to save to PLSharedManagedObjectContext?

The following is a crash report I received from my crash reporting service, HockeyApp. The reason for the failure is a failure to save in PLSharedManagedObjectContext. I (think) I am doing all of my saves in the main app delegate…
0
votes
0 answers

Fetch path of the photo saved in ios photo library

I already know how to access photo library with uiimageviewcontroller, select the photo, convert it into data and save it to documents directory. However this does not give me the path of the photo where it is stored in ios photo library. Kindly…
0
votes
1 answer

windows phone display a photo from photos

How can I display a photo form camera photos library in Windows phone? select a photo with PhotoChooserTask when I selected a photo I can display it inside an image box (it is easy) when I navigate to another page I pass the photo originalFileName…
0
votes
1 answer

iOS: Testing device to allow access to photo library...reset setting

I was testing my app, part of which allows the user to take a photo and save it. When the alert appeared on the screen asking me to give my app access to the photo library I accidentally hit "No" (Stupid touch feature : D ). Now each time I run the…
PruitIgoe
  • 6,166
  • 16
  • 70
  • 137
0
votes
2 answers

Upload big video from PhotoLibrary to server

I have a problem with uploading big video asset to a server from PhotoLibrary. I get my asset data as described here, export the video to local document, and then upload. But when I upload a big video (2 minutes and about 300Mb or more in size),…
traximus
  • 177
  • 3
  • 15
0
votes
2 answers

Error in adding a photo from my library?

The code I have posted below has two functions; the first one is to take a photo (which is working fine) and the second one is for picking an image from the library (which is not working). The functions are not getting called properly. Please check…
Rey_mysterio
  • 81
  • 1
  • 3
  • 14
0
votes
2 answers

Unique identifier of photos in iPhone photo library

I am going to develop an app that will basically work as a catalogue for the photos taken from an iPhone app (saved in photo library). I am thinking about creating an SQLite database (catalogue) and mapping it to photos in the photo library…
anon
0
votes
2 answers

delete photos in my project

I understand that I can't programmatically delete photos from my app . Because Apple writes that we can only add photos To save a still image to the user’s Saved Photos album, use the UIImageWriteToSavedPhotosAlbum function. To save a movie to…
Neznajka
  • 305
  • 5
  • 19
0
votes
1 answer

Will FFT help me in matching two images?

I wanted to create a photomosaic in python using the PIL library. Will FFT help me in finding the best match for a picture from the given set of pictures? I have tried with rgb colour space but the ouput seems to be ok. I would need robust…
0
votes
2 answers

How do I avoid copying duplicate images to the iPhone Photo Library?

I am writing a simple application to copy a set of images to the user's photo library so that the user may use them as backgrounds. The problem is that if the user runs the application more than once, duplicate images will be copied to the photo…
Ben
  • 9
  • 1
  • 3
0
votes
2 answers

How to display the photo without lossing quality

Hi i am new to the iOS. I wish to implement photo editing functionality in my app. that photo will be retrieve from iPhone photo library. I tried to place the photo in UIImageView. but i did not get better result. UIImageview does not show the photo…
thavasidurai
  • 1,972
  • 1
  • 26
  • 51
0
votes
3 answers

Phonegap|Android 4 - App sometimes crashes when taking picture from PHOTOLIBRARY

I use the following code to get in Phonegap (cordova 1.9.0) a photo from a gallery or from camera and include it in the page: function getPhotoByGallery() { navigator.camera.getPicture(onPhotoSuccess, onFail, { quality : 50, …
1 2 3
11
12