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

Instagram: get photos by tag without limit

Hello im working on a instagram api, i don't know how to solve a problem. You can see my problem here down: I want to get all photos by a tag. by now, i just can get recent photos (no more than 19 results) $api =…
Santiago
  • 1
  • 1
0
votes
1 answer

Displaying photos from facebook

I am trying to display photos from the user from Facebook in Objective-C: Currently, I send an FQL request, retrieve the "src" link and then load this link into a UIWebView. My question is: is there a better way to display photos from facebook?…
Lneuner
  • 1,090
  • 1
  • 9
  • 19
0
votes
5 answers

Programming microcontroller to store images and displaying them as a dia-show with an dvi/hdmi output in several resolutions?

I would like to solder a microcontroller, control buttons and an DVI/HDMI output and program this in a way, that I can store images on it and let them display as a dia-show via the outputs. It doesn't have to have a lot of storage capacity, 128Mb…
Andreas Hornig
  • 2,439
  • 5
  • 28
  • 36
0
votes
4 answers

whether we should compress images/decompress images in both ends when 800/900 KB photo is uploaded to server?

We need some good suggestions to improve the time for uploading photos to server(current we use dropbox, but we open to other option such as amazon S3.. etc) When user take the photo, we encrypted the photos and upload it to dropbox/or our own…
elliptic00
  • 427
  • 4
  • 13
0
votes
0 answers

How to Extract Directory Tree and Files from XP into Spreadsheet

How can I export the entire contents of an involved Windows XP directory tree into a spreadsheet or CSV? That is, how can I export the complete listing of the directory names, sub-dir names, file names, and maintain their hierarchical structure…
0
votes
1 answer

How to store photo on file system and store sort order in database

I'm in the process of redesigning my web app which is mostly derived of user photo's. Our photo volume is generally in the low millions or upwards to 35 per user. Anyhow what I'm looking to do is redesign how we store the photo's on the file system…
Code Junkie
  • 7,602
  • 26
  • 79
  • 141
0
votes
1 answer

Appcelerator Cloud Services - Find string in photos object custom field

I'm having trouble using the query/search capabilities of Cloud.photos, more specifically, finding a way of search for a string in title field. After reading this: http://docs.appcelerator.com/cloud/latest/#!/guide/search_query, I was able to…
ES_Vbx
  • 1
0
votes
2 answers

Get private photos using flickrj-android

I am using the open source library: https://code.google.com/p/flickrj-android/ and there is an example how do I get photos from flickr. Main problem is that I get only public photos. How can I manage getting private streams/photos? Did anyone…
Duna
  • 1,564
  • 1
  • 16
  • 36
0
votes
1 answer

Get block value of saved photos

Previous: I am trying to get the number of photos in my camera roll, I started using blocks but have been having some difficulties. Now: Here is my updated code, I am using async behavior but am returning a value before my block has a chance to…
lostAstronaut
  • 1,331
  • 5
  • 20
  • 34
0
votes
1 answer

Need to customize the Avairy API in Android?

I am working on Editing Photos with Frames and Stickers. I have the code of Aviary API SDK which is working superbly. Now my requirements are like, I want to add my own FRAMES and STICKERS in my application so that I can use them in place of AVIARY…
Sam-In-TechValens
  • 2,501
  • 4
  • 34
  • 67
0
votes
1 answer

Wordpress Media Photos loaded but not appearing

In my media library there are no photos appearing, but when I click on the individual file to edit the photo it appears. When I click on show attachment page on my website, the photo does not appear. I'm trying to use the revolution slider but it…
0
votes
1 answer

User pictures in php

I'm making a user plateform on my website with php/mysql, and I want to know if is it good to allow users add photos using the mysql blob file, or adding their photos in a folder with their id, and storing every photo's path with a VARCHAR variable…
Y1NL30
  • 3
  • 2
0
votes
1 answer

iPhone view photos - Swiping to any direction

I want to make an photo gallery in my iPhone app, but with photos in all directions, like a mosaic. Is it possible? Maybe not with a lot of UIImageViews, but just one, and just changing the photos. The problem is: I need a sliding (or something…
Daniel Campos
  • 971
  • 4
  • 11
  • 20
0
votes
0 answers

Error loading photo

Good morning! I am new to this forum. I'm making an app for Android. I have a photo gallery that I see is within a GridView. Some photos charging me with no problems, while others give me this error: ThreadPoolExecutor.runWorker (ThreadPoolExecutor…
0
votes
1 answer

My pictures won't load in articles in joomla Version 1.5.26

I have added a picture to my webpage here http://www.backpacks4aussiekids.com.au/Home.html and it works just fine, but when I tried the same thing in an article here http://www.backpacks4aussiekids.com.au/Articles/what-is-needed.html the pix won't…