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
0
votes
1 answer

How launch batch photos/images in gallery view in C#

For a project I have folders of images. An example folder might be ImagesOfDogs, and the images inside would be sequentially named (1.png, 2.png, etc.). I have a button, and when I press this button I want to open all of the images in a folder at…
Max von Hippel
  • 2,856
  • 3
  • 29
  • 46
0
votes
1 answer

How can the OS X Photos library be modified programatically?

The Media Library appears to be read only and I can't see any methods that would allow modification of the library. Is there an API or mechanism that I have missed? The specific changes that I want to make are the creation of albums based on…
Joseph Lord
  • 6,446
  • 1
  • 28
  • 32
0
votes
1 answer

Facebook Graph API Photos Response Changed

Facebook Graph API version has changed to 2.4 yesterday. I have been testing using Graph API Explorer and response to /me/photos request has changed. It returns only one photo. Is there a way to get all the photos as it was in v2.3 ?
Melike
  • 468
  • 1
  • 7
  • 15
0
votes
1 answer

Deleting photos on google photos backup folder

I have installed google photos backup on my machine. If I delete photos/videos on google photos backup folder, does it will also delete those photos/videos on Google Plus ? I've tried to find the answer on google support but didn't found Thanks
user4804299
0
votes
3 answers

Gmail save image programmatically

I run a small website. I want my users to send an email with attached photos from their mobile devices to our website gmail address. Is there a way of programmatically logging into gmail and saving the image file locally? I realize that 99.9% of the…
0
votes
2 answers

How to send users a photo with Parse?

I have set up an imageView in Xcode with a image from the camera roll and I want to be able to send this photo to other users that are already in the current user's friend list. I understand how to generally upload the photo, but I don't really know…
Lehman2020
  • 637
  • 7
  • 22
0
votes
2 answers

How to import images to android application?

I want to import images to my android application to apply different operations over them. It's just like Vault App which is on the store. I want to click a button and import images from my cell phone gallery folder to my application photo's folder.
user4768719
0
votes
1 answer

Creating a custom album on swift (a request is interfering on the process)

I have the following code which I got from this forum, and works perfectly. However the first time when it creates the album, requests the user for permission to access his photos. That causes the album doesn't be create until the second time the…
Fertos
  • 63
  • 1
  • 10
0
votes
0 answers

getting multiple images when scrolling down a page

I am using this code for scrolling to get the images but when I am scrolling down multiple images are displayed. Please can anyone rectify issues, may be problem with if condition.