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
0 answers

How to know which camera a photo was taken by on android?

I got a requirement to know which images were taken by the front camera and which were taken by the back camera on android device, i tried with SQLiteEditor to read system images database, but there is no useful information about which camera the…
tomisyourname
  • 91
  • 1
  • 11
0
votes
1 answer

View photos in folder one by one and move, based on one keystroke, to particular folder, depending on keystroke

I searched a bit and found numerous photo sorting mechanisms, by date, exif info, etc. But not this. I would like to view on the screen, one at a time, each photo in directory named say "2sort", and then type a letter on the keyboard that moves the…
John
  • 41
  • 5
0
votes
1 answer

HTML5 offline storage - photos and other content

I have a couple of questions about offline storage in HTML5. It's not an area I am that familiar with so I was hoping someone could shed some light. I want to develop a web based system (for mobile) that a user could potentially use offline.…
b85411
  • 9,420
  • 15
  • 65
  • 119
0
votes
1 answer

Storing CGImage in Photos app?(iPhone)

lets say I have a CGImage and want to store it in the Photos app that comes standard with every iPod Touch/iPhone how would I do this?
thyrgle
0
votes
1 answer

PHImageManager requestImageForAsset: doesn't work

I have an app that organizes text notes. I’m adding the capability to allow photos to be added to a (UITextView) note. I’ve added a subclassed UICollectionViewController to present a users photos from which they can select one to be inserted into…
rm1911
  • 41
  • 1
  • 1
  • 4
0
votes
1 answer

How do I fetch only certain PHCollections?

I've created three PHCollections within my app. In a different part of my app, I'm attempting to fetch them and display them in a table view. I can get all of the user created libraries by using the following code let topLevelUserCollections:…
user379468
  • 3,989
  • 10
  • 50
  • 68
0
votes
1 answer

Why do my blogger posts have blurry thumbnails on Facebook?

I am a novice. I have searched through previous questions. When I share a blogger post to Facebook, the thumbnail is pixelated. The photos are larger than 200 X 200. I get this error message on Facebook's Object Debugger: Object at URL…
0
votes
3 answers

How to write text on image in windows phone 8?

I have a image and i want write text on it. After write text on image , i want move text to everywhere on screen where i like. I tried write text on image but i just can write on screen and i can't move it. Can you help me. Thank All :)) And this is…
Bao Le
  • 71
  • 1
  • 2
  • 11
0
votes
1 answer

any existing protocol for accessing photos or pictures on a remote server

I am trying to write a program (iPhone) to display some pictures (photos) from a linux server. I am investigating what protocol I should use. Should i just use HTTP? i.e. setting up a HTTP server on the linux server, and write a HTTP client on…
user1783732
  • 1,599
  • 5
  • 22
  • 44
0
votes
2 answers

Sending photos by ftp

I'm developing a system to perform maintenance of machines, I need to send some photos. When the user submits the photos without close or exit the activity, sending is done successfully. When the user leaves the activity, returning the photos are…
0
votes
1 answer

Android: Retrieving and Displaying all photos from phone, including gallery and downloads?

Does anyone happen to know of a tutorial that goes over this? It seems like it would be a fairly common interest, I've seen a number of things that are related, but nothing that specifically addresses it recently. For example, the facebook android…
0
votes
0 answers

Architecture for ListView to GridView containing photos (click on ListItem to go to GridView with photos)

I am trying to implement architecture for when a user clicks on a ListView item which will then take them to a GridView where they can upload photos to. Like so: I am thinking to implement a setOnClickListener onto each item via: ListView listView…
AndyRoid
  • 5,062
  • 8
  • 38
  • 73
0
votes
6 answers

Lining photos horizontally

I'm trying to put some photos on a web page and I'd like them to sit horizontally in groups of two. Right now they just run vertically down the left side of my content area. Here's the code I'm using for the gallery:
Chris
  • 5
  • 2
0
votes
0 answers

graph api to fetch the coordinates of all the tagged photos

I have just started working of facebook graph api v2.1.I know how to get all the tagged photos of a user or myself .I want to know how to fetch the coordinates of tags from all the photos that I am tagged in
0
votes
2 answers

Why does the "choose files" button not work in Wordpress 2.5 when trying to upload photos?

I've got Wordpress 2.5 installed on my website. It works well, but I can't get the photo uploader to work. When I'm writing a post, I click on the "Add media" button. In the "Choose File" tab, I see the "Choose files to upload" button. When I click…
Great Kindness
  • 671
  • 2
  • 9
  • 13