Questions tagged [photo-gallery]

For questions relating to image galleries

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

589 questions
3
votes
2 answers

simple photo viewer

I am fairly new to all this. I am trying to make a simple photo viewer with javascript or anything easy to alter. I just want a next and prev. button to take you between photos. Click next and next photo shows. Just that simple. I have a flash…
Blaise
  • 31
  • 2
3
votes
1 answer

Save Video to specific folder

I'm saving a video to my PhotosAlbum, using this code: ALAssetsLibrary *assetLibrary = [[ALAssetsLibrary alloc] init]; [assetLibrary writeVideoAtPathToSavedPhotosAlbum:[NSURL URLWithString:videoPath] completionBlock:^(NSURL *assetURL,…
bruno
  • 2,154
  • 5
  • 39
  • 64
3
votes
2 answers

Get array of all photos in iOS Photo Gallery with faces in them

I'm trying to go through every photo in an iOS Device's photo library including camera roll, albums, etc.. From there, I want to check if the photo has a face in it, using core image, and if so, add it to an array called detectedFaceArray. I…
falky
  • 589
  • 2
  • 11
  • 27
3
votes
3 answers

Laravel4: upload a photo

I'm stuck.. I want to add to give the possibity to add a new photo through a form. I have the Photo resource properly set up. The table photo with: id, title, caption, path:string. This is the form that i made until now in the view photo.create: {{…
FrancescoMussi
  • 20,760
  • 39
  • 126
  • 178
3
votes
1 answer

Correct usage of Universal Image Loader

Ok, I've been trying to optimize my photo gallery for days now (this is my first Android project). All photos are loaded via Web page. I've started using Universal Image Loader, but I'm still not content with results. Here's my class: public class…
Tomislav Turcic
  • 879
  • 1
  • 11
  • 24
3
votes
2 answers

jQuery Masonry: Auto-resize photos like Beyonce's website

jQuery Masonry's website includes Beyonce's website in its showcase: http://iam.beyonce.com But it doesn't show how she achieved her auto-resizing effect. I ran her code through a prettifier, but it still looks very messy: function resize() { 1024…
Mark Boulder
  • 13,577
  • 12
  • 48
  • 78
3
votes
2 answers

Is there a way to let multiple users or a role upload photos to one single gallery in drupal 7?

Is there a way to let multiple users or a role upload photos to one single gallery in drupal 7? The users can upload images to their own (self created) gallery at this moment, but I want them to be able to upload images in to a single general…
meerkoffie
  • 31
  • 4
3
votes
1 answer

Photo Gallery in Windows Phone

do you know how I can make a photo gallery like that default used by smartphone? For example in my project I add 10 images. I want to make 2 photo gallery, one by a topic, so for example I must put 5 photos in a photo gallery and other 5 photos in…
3
votes
1 answer

Photo gallery like picasa or facebook

I create a photo gallery like picasa or facebook have and already have done a server part. Now faced with an issue about displaying it. In other words, there's a page contains some small pictures (in fact, thumbnails). I'd like a "windows" contains…
Alexandre
  • 13,030
  • 35
  • 114
  • 173
3
votes
1 answer

How to create a grid thumbnail gallery with photo browser for Android

I've just written an app with a nice photo gallery for iOS, now I'd like to do the same thing with my Android version of the app. I see that the Android Gallery API allows me to build a scrolling gallery of images. But what I really want is an…
Alan Moore
  • 6,525
  • 6
  • 55
  • 68
3
votes
0 answers

how to make a robust image gallery like facebook

i am trying to make a image gallery like facebook one thing which troubling me a lot that how can i make image viewer robust as in facebook if a have hundreds of image in a gallery how can i increase gallery performance. Is there any magic…
2
votes
1 answer

Javascript autoPlay Slideshow

i have got a little slideshow. It works fine with the previous and next button. But now I would like to make a slideshow with a play&pause button. Maybe you got a idea? the javascript: function loadSlide(index){ $('#gallery li').fadeTo(6000,…
D.Steinel
  • 333
  • 5
  • 17
2
votes
1 answer

Adding Facebook Photo objects to Open Graph Action

I've created a timeline app that adds events to user's timelines in the past. I've noticed its simple to add tags, places, and external images to OG objects and actions. However, I can't seem to find a good way to connect to a facebook photo (i.e.…
2
votes
2 answers

Set first selected image in Galleriffic jQuery plugin?

I am using the Galleriffic jQuery plugin for my photo gallery. The gallery images are loaded from a database in PHP. I want to be able to link to one photo in the gallery from another web page, with an URL query that passes the ID of that image.…
ajgarn
  • 775
  • 7
  • 18
2
votes
0 answers

Phonegap native photo viewer

I'm developing a phonegap app and I need a way of displaying images more like the native photo viewer. All i found are couple of obj.c plugins, but i don't have the knowledge of doing this. There is any phonegap plugin to emulate this? Thanks!
Ionuț Staicu
  • 21,360
  • 11
  • 51
  • 58