Questions tagged [photos]

A photo is a picture of some real world scene captured by a mechanical or electronical device.

A photo is a picture of some real world scene captured by a mechanical or electronical device.

See also:

701 questions
10
votes
4 answers

How retrieve the creation date of photos with a script

What I want to do is reorganize files in my Camera Roll folder. Using the creation date I want to Put them inside folders according to Year/Month Format using their creation date. In this answer, they explain how to make folders and organize…
prab4th
  • 231
  • 1
  • 2
  • 11
10
votes
2 answers

How to preserve original photo metadata when editing PHAssets?

I am editing photos via PhotoKit but I discovered this does not preserve the original photo's metadata. This occurs even with the SamplePhotosApp provided by Apple when they apply Sepia or Chrome filters. My question is, how do you ensure all the…
Jordan H
  • 52,571
  • 37
  • 201
  • 351
10
votes
2 answers

Render selected object only while moving, scaling and rotating

I am currently working on a "Photo Collage Maker" project which needs larger canvas area and hundreds of objects(text, images, shapes, clip-arts etc.). The problem is while moving, scaling and rotating those objects, Fabric.js render all the objects…
ep4f
  • 420
  • 1
  • 5
  • 14
9
votes
2 answers

Google+ photos api

Is there a Google+ photos gdata API? I was using Google picasa API but picasa has a 1 GB limit for photos. I want to upload all my photos using the script which i am writing to Google+ photos. Is there a Google+ photos gdata API?
18bytes
  • 5,951
  • 7
  • 42
  • 69
9
votes
3 answers

IOS Photos framework

I want to retrieve all the photos from all the local albums on the device. Basically all the photos that are on the device Will the list of local identifiers be unique ? What is the best approach for this using the photos framework. My question is…
Noam Segev
  • 395
  • 3
  • 20
9
votes
4 answers

Save a photo to custom album in iOS 8

I need a little bit of help in here, I have a method that saves an UIImage to the camera roll without problems in iOS 8. The method is the following [[PHPhotoLibrary sharedPhotoLibrary] performChanges:^{ [PHAssetChangeRequest…
user3175133
  • 325
  • 3
  • 8
9
votes
2 answers

Foursquare: Photos on venues/photos but not on venues/explore?

If you use Foursquare's API venues/explore to get venues in a certain area, you get in the response the number of photos. For example, the default query generated when you press the "Try It" button in the API…
user1463862
  • 101
  • 1
  • 4
8
votes
4 answers

How can I integrate Facebook photo album into website?

Possible Duplicate: Facebook Api - how to access my photo album How can I display photos from a Facebook album inside a website?
Nicekiwi
  • 4,567
  • 11
  • 49
  • 88
8
votes
1 answer

Swift 3: Load photos from Photos/Camera Roll without using UIImagePickerController

This question has been asked before but there were no answers for Swift 3. I am looking for the same solution which I am stuck for the past 3 weeks. I have done my research and watched numerous Youtube videos about loading images from Photos/Camera…
Spiral1ng
  • 313
  • 1
  • 7
  • 16
8
votes
2 answers

How to fetch all photos from library

The code shown below is what i've tried already.What I wish to achieve is to fetch all the photos from the device.Currently only a few are being fetched.How to modify the code so as to load all the images from device? let fetchOptions =…
Vineeth Krishnan
  • 432
  • 2
  • 9
  • 20
8
votes
3 answers

Group photos by color

I have a pretty big number of photos and a RGB color map (let's say of about 100 colors). How can I group the pictures by color and obtain something like the following: http://labs.ideeinc.com/multicolr ? My current idea is this: Using ImageMagick,…
liviucmg
  • 1,310
  • 3
  • 18
  • 26
8
votes
5 answers

Avoiding duplicates when getting pictures with PHAsset

On iOS 8, I want to get all pictures stored on the device. My problem is that I do get them, but some are present more than once. The PHAsset properties (hidden, mediaSubtypes, etc.) are the same for all pictures, so I can't for example rule out the…
olivier
  • 463
  • 4
  • 6
8
votes
2 answers

Monotouch Camera Image Capture and Upload

I would like to be able to capture an image (or choose an image from the photo library) and upload it to a remote server using Monotouch. I am not sure how to obtain and encode the image or how to upload the image and I am having difficulty finding…
Bryan
  • 17,201
  • 24
  • 97
  • 123
8
votes
5 answers

Instagram API - User photos

does anyone know can I get photos from instagram user without using access token. It doesn't make sense that I see photos on http://instagram.com/{user} but can not get them using instagram api. Thanks
Ibrahim19
  • 123
  • 1
  • 1
  • 5
7
votes
4 answers

Retrieving the facebook timeline cover photo

This question has popped up a few times already. I want to retrieve the cover photo of the facebook timeline via the graph api. The answer that I have seen mentioned everywhere is that it is not possible. However I came across a site…
Maxim Dsouza
  • 1,507
  • 3
  • 19
  • 32
1
2
3
46 47