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

Limiting the number of Instagram Photos with API call on website

I'm trying to build a simple webpage that displays a collage of pictures from our instagram account. I'm currently pulling the photos via the ajax call below. $(".instagram2").instagram({ userId: '2675945', …
poze9
  • 9
  • 1
0
votes
0 answers

Cordova doesn't load photos in iOS emulator

I have tried to load the photos from an example Cordova application. I have copied the full example code from Cordova's website and inserted permission into the config.xml file:
0
votes
0 answers

Can't Upload Images to iOS SImulator

So I'm trying to put some images onto my iOS simulator (from Xcode 5) and it's not working. I know how to do it by dragging the files across and it loading up safari etc. However everytime I do it it says file does not exist at location, null…
cjbatin
  • 283
  • 2
  • 16
0
votes
1 answer

getting error while trying to batch upload photos on fan page via Facebook javascript SDK

I am trying to batch upload photos via Facebook javascript API. I did reading the API docuemnt. (https://developers.facebook.com/docs/graph-api/reference/v2.0/page/photos https://developers.facebook.com/docs/graph-api/making-multiple-requests) I…
0
votes
1 answer

picture orientation from phone

We're using a file upload button for a user to upload a photo. This functionality never used to work on an iphone, not 100% sure about Andriod, but this was originally just a desktop site. Over time, we've noticed that Andriod and the more recent…
Kevin
  • 1,685
  • 7
  • 28
  • 55
0
votes
1 answer

iOS Photo app doesn't show created album (more than 800 pictures)

I've created function to create new album and add pictures from camera roll (by using ALAssetsLibrary and AlAssetsGroup). When I'm trying to add more than 800 pictures, my new album is not showing in iOS Photos app. I have to kill it and open it…
PawelC
  • 1
  • 2
0
votes
0 answers

FileNotFoundException after attempting to load some images with BitmapFactory.decodeStream()

I have the following code: InputStream stream = context.getActivity().getContentResolver().openInputStream(data.getData()); bitmap = BitmapFactory.decodeStream(stream); stream.close(); Everything works fine, but some files, with begin path…
Abedron
  • 744
  • 1
  • 6
  • 20
0
votes
1 answer

PHP Graph API to disolay photo from album

I wrote a php script that gets random articles from my DB and display it on my Facebook page using the graph API, I was about to do the same with the images that I want to post but I noticed that it won't be efficient because getting the images in…
0
votes
2 answers

Prevent ACTION_IMAGE_CAPTURE from saving a picture

I am using an ACTION_IMAGE_CAPTURE Intent to take photos, which I then manipulate. I want to save only the final image. How can I prevent photos from being saved immediately after photo is taken?
Fengson
  • 4,751
  • 8
  • 37
  • 62
0
votes
1 answer

Primary images when Sharing page on Facebook

We have a PHP based real estate template and when we SHARE PAGE on Facebook, the resulting photos to choose from do not include the desired photo(s) to select from. IE we have 10-15 images on this page, and facebook only offers 3-4 as an option to…
0
votes
1 answer

Really Simple Photo Slider with Tumblr

I'm trying to implement a very basic photo slider for my Tumblr page. I have some basic knowledge of HTML and coding with Tumblr, all self-taught, and everything has been swell up 'til now. But working with the {Photoset} block is proving to be a…
Matthew
  • 61
  • 7
0
votes
1 answer

Automatically delete profile images that aren't in use

need a bit of help, I am trying to create a PHP script that will be initiated by a button from the admin page, which will find all image names in the database under "photos" and then delete any images from my directory 'userimages' that are no…
AidanPT
  • 185
  • 1
  • 3
  • 12
0
votes
1 answer

Photographic Decay by Page Hits

I'm a beginner in all things code, but am extremely interested in working with it. I am a photo student wanting to integrate digital media and my photographic processes. I was seeing if anyone had any advice for a problem I'm having. I started using…
0
votes
3 answers

How do we create an image grid, ie: Gallery

This is a different kind of a gallery. Here is a fiddle http://jsfiddle.net/HVMt9/ When the page loads, you see the title and a big image with 100% height and width. I want it to scroll, and the part where the image ends and the orange-ish part…
user3219918
  • 61
  • 1
  • 9
0
votes
2 answers

How to collect the images in mobile using android

Have doubt in collecting the images from both SDcard and Phone storage, using android i need to get all the images and have to store that in a listview, please suggest some idea or related post. Have searched in google but dint get solution. Thanks…
Madhu
  • 1,780
  • 23
  • 47