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
-1
votes
2 answers

How can I get my photos from TWITTER using Zend Framework

$twitter = new Zend_Service_Twitter('myusername', 'mypassword'); $response = $twitter-> ?????????; Naybosy cna elp
zeezoo
  • 1
  • 2
-1
votes
1 answer

Photos framework.How to get date and location fromt the selected image

I have a collectionview which loads from the library. The selected image is displayed in another viewcontroller. I want to fetch the exif data from the image(location and date). How should I modify the code to do this? the code for the page listing…
Vineeth Krishnan
  • 432
  • 2
  • 9
  • 20
-1
votes
1 answer

Optical Character Recognition with Python - Auto Cropping

I am working on various OCR tasks, pre-processing with Python and analyzing with Tesseract. The latest problem is how to crop an image with images within e.g. a scanned image of 6 business cards or a photo of a board with two distinct sections. I…
MAJ Les
  • 13
  • 1
  • 1
  • 4
-1
votes
2 answers

Getting Facebook photos in android from Graph API URL

On android I'm using Facebook SDK 4.0. I want to get all photos of a user logged in via Facebook login. I have this URL https://graph.facebook.com/FACEBOOK_ID/albums?access_token=TOKEN How do I parse and generate images to be viewed in a ListView ?
Gissipi_453
  • 1,250
  • 1
  • 25
  • 61
-1
votes
1 answer

Getting all the photos in a user's profile using Facebook SDK on android

I'm able to get profile photo of a user using Facebook SDK 4.0 on android using this - loginButton = (LoginButton)findViewById(R.id.login_button); profile = (ImageView)findViewById(R.id.profile); …
Gissipi_453
  • 1,250
  • 1
  • 25
  • 61
-1
votes
1 answer

Populating an array with core data fatal error

I am populating an array with core data. So I take a picture, it saves, and should return my image in a uiview, but instead getting this error: fatal error: unexpectedly found nil while unwrapping an Optional value I took the pic before I went into…
-1
votes
2 answers

How to access and view my own Google+ Photo Album

I am having problems arranging my photos within Google+. Today I noticed some photos in Google+ but wanted to separate them into 2 photo albums. I created an album, and copied several photos to it (I would have preferred to move them across),…
-1
votes
2 answers

Using PHP in order to share a message at user's frind's wall

I'm trying to share text and a picture at user's wall using only PHP, obviously at Facebbok, but can't do it. I have read that just changing /me/feed by /'id_user'/feed but I faild, I wondering if sb has code about this?? thank a lot
-1
votes
1 answer

images not showing on like box

every day we post a photo album on our facebook page. They always used to show up in our like box embedded on our website until a couple of days ago. Now there is just a hyperlink to the album and nothing else. If we go back a month on our like box,…
-1
votes
1 answer

How to get pictures or product photos/images for an ecommerce website

I am developing an ecommerce website (Fashion related). I wanted to know how to get the images for the product to upload in website. I see in most of the websites high definition photos are used with models. Do I need to actually look for a photo…
saurav.varma
  • 280
  • 2
  • 10
-1
votes
1 answer

Put facebook photos on my webpage

I've been searching for a few months now and I'm just tired of searching... I have a PERSONAL facebook account. It is not a business account or a fan account or anything like that. I want to automagically put the photos on my personal website. This…
kainaw
  • 4,256
  • 1
  • 18
  • 38
-1
votes
1 answer

Facebook photo sharer link?

Is there any link that when its clicked automaticly redirects you to a photo upload page? Similar to this sharer but for photos: http://www.facebook.com/sharer/sharer.php
Proffi1
  • 1
  • 1
-1
votes
1 answer

Facebook fql not showing the photos and albums query

I am using php-sdk for showing facebook information of the user. I have successfully shown the user profile info but while fetching any album or photos I am getting the blank data to me. I read the photos requires access_token. Also if I put this…
shreyas
  • 33
  • 1
  • 9
-2
votes
1 answer

How to save Photos?

I‘m new to Android programming and couldn‘t find a good solution for my problem yet. In my App users can select photos from their gallery which are then used in a Cardview Layout for different categorys in the App which the user can create on his…
Nimey
  • 7
  • 3
-2
votes
1 answer

Fastest way to delete difference of Files with same name, but different filename extension in Windows

The scenario: I have thousands of pictures (Both in .jpg and RAW), where each pair has the same name. I have looked through the JPGs and deleted hundreds of undesirable photos. Now I want the corresponding RAWs (The ones without "partner")…
1 2 3
46
47