Questions tagged [photo-gallery]

For questions relating to image galleries

For questions relating to image galleries - multiple images displayed to the user.

589 questions
0
votes
1 answer

Access Photos of IPhone Automatically in java

I want to get the photos from IPhone folders in my Java Application when an iphone is attached to pc.But I could not any Help ? Please suggest me some idea to do this task .I searched a lot but could not find useful way to do that task . Thanks
0
votes
1 answer

Photo Gallery with mouse navigation

I'm trying to build a photo gallery that uses the mouse to navigate through the images,where the cursor changes when you hover left, center, or right. on click of left or right of the image the images changes to the next image. click the center and…
0
votes
2 answers

iPhone is there a way to analyze timestamps of all photos on the camera roll?

I have ~3200 photos on my iPhone over 2 years and would like to create an app that analyzes and plots when I took these pictures (ex: I was very actively photographing for a week, and then stopped). Is there a way to do bulk processing of camera…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
0
votes
1 answer

iPhone photo gallery app help needed please

I'm new to collection views and want to know if this is the best way to create them, I also would like some advice on where to go from there to segue to a detail view with paging enabled. #import "MarbleCollectionViewController.h" #import…
David
  • 319
  • 2
  • 5
  • 18
0
votes
1 answer

how to remove a gallery call when i click in any other button in AS3.0?

so i have this photo gallery with 2 external classes, this code is the timeline code that calls the classes in to import the gallery and make it work. So far so good, the problem starts when i want to put this photo gallery in a media presentation…
Mars
  • 3
  • 1
0
votes
1 answer

Should I store static files (photos) local or in the cloud?

I have this small app in Django, hosted on cheap linode. We want to add photo-sharing functionality so I am wondering should I put all user uploaded static photo files locally on linode serwer or it is better to use Amazon S3 or similar cloud…
Zdanozdan
  • 99
  • 1
  • 1
  • 7
0
votes
1 answer

Drupal Slideshow small image at bottom

I have made a image gallery with a strip of thumbnails and 1 fullsize image. (when a thumb is clicked, the images is loaded full size): The problem is the little thumbnail underneath the full size view... I dont know where this is coming…
Nomistake
  • 893
  • 2
  • 17
  • 32
0
votes
1 answer

Photo Slideshow by fading between background-images

I'm trying to implement a slideshow on my site and having some difficulty. I opted to create a div to hold my photo(s) and use background-image to set the photo. All photos are named 1.jpg, 2.jpg ... 12.jpg. Here's the div...
Jon
  • 3,154
  • 13
  • 53
  • 96
0
votes
2 answers

How can I get the photo to continue to show when the fancybox next and prev arrows are showing?

I'm using the fancybox jQuery plugin for my photo gallery site. Fancybox works well, however when you hover over the left third of the image, only the back arrow shows (the left third of the photo disappears); the analagous thing happens with the…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
1 answer

How to get saved image file path in iOS

Hi I am developing an app in which there is an option to pick the photos from iOS photo gallery. I have to upload the selected photos into the server. To upload the images i am using Kaltura SDK so i am in the situation not able to directly send the…
thavasidurai
  • 1,972
  • 1
  • 26
  • 51
0
votes
3 answers

Allow users to upload photos bypassing creating gallery

I have a social network and for it I am using carrier wave. I need help with setting it up so that users do not have to create a Gallery name to upload photos. That's the default setup for carrierwave, but since this is a social network I am not…
pwz2000
  • 1,385
  • 2
  • 16
  • 50
0
votes
1 answer

What is the preferred approach for using dual images (fast-loading thumbnails and full-sized photos)?

As my posterous/twitter photo blog is reportedly going the way of the PC at the end of the month, I'm going to create my own. I don't want the page to take aeons to load, so I want to use small (in file size) images for the thumbnails but then, when…
0
votes
0 answers

Image uploading via camera function or photo gallery

I have had a issue with image uploading. I have an application that when the user clicks "Upload Image" they are displayed with an alert box that says use camera or use photo gallery. once the user chooses one they are either triggered to the camera…
Almanzt
  • 147
  • 1
  • 1
  • 8
0
votes
1 answer

iPhone Photo Gallery Source Code

I am new to iPhone development and am looking to add a picture gallery to my app that looks and acts in the same was as the iPhone photo gallery. Thumbnails leading to detail view with swipe/gesture recognisers. Please can someone help me out with…
David
  • 319
  • 2
  • 5
  • 18
0
votes
1 answer

Android How to create new photo album and add it to default phone gallery in Code

I have an app, let's call it FilterAppX it basically let's you load an image, and I will customize it, say by adding a flower to it, or some silly items. Now after processing the image, I will save it. I want to be able to create a photo album to…
user1233587
  • 2,033
  • 4
  • 24
  • 24