Questions tagged [camera-roll]
171 questions
0
votes
1 answer
Actionscript: Any solution to CameraRoll.addBitmapData's horrible quality?
I am adding some images to Android's system gallery with CameraRoll.addBitmapData. This all works just fine, however the quality of the added images is... how to put it... disastrous! Absolutely unusable. Considering the method doesn't accept any…

Fygo
- 4,555
- 6
- 33
- 47
0
votes
1 answer
How can I open Camera Roll in pop up window in iOS?
I develop a messaging application and want to open a Camera Roll interface in the pop-up window similar to iMessage app:
How can I achieve this functionality?

MainstreamDeveloper00
- 8,436
- 15
- 56
- 102
-1
votes
1 answer
UIImageWriteToSavedPhotosAlbum freezes my view
I have a problem using UIImageWriteToSavedPhotosAlbum because I wanted to know at what point it started to download, because I have to download an image of 1.4M size and it takes a long time to download it, and I wanted to put a loader that indicate…

aniiskywalker
- 3
- 3
-1
votes
1 answer
Get EXIF data of a particular image/photo in cameraroll
I am using ALAssetsLibrary to list details of photos present in cameraroll. But how to get details of a particular selected photo from cameraroll using ALAssetsLibrary?
Assume i selected ABC.jpeg from cameraroll. I want to display the exif details…

user3744502
- 15
- 5
-2
votes
1 answer
iOS: saving UIImageView to Camera Roll
Even though this sounds super simple, I got stuck on this because of how my app works.
I have a UIImageView that loads an online image. On the app, I will have a button that gives the user a choice to export the image to Camera Roll.
Most solutions…

tomDev
- 5,620
- 5
- 29
- 39