Questions tagged [photo-gallery]

For questions relating to image galleries

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

589 questions
33
votes
5 answers

Best Static Photo Gallery Generator

There are a lot of static website generators out there, but most of them seem rather text-oriented (to my knowledge). What are the best image gallery static website generators? ( Note: I realize that a more general form of this question has been…
alexbw
  • 2,028
  • 2
  • 21
  • 25
27
votes
3 answers

Why do I get an OutOfMemoryException when I have images in my ListBox?

I want to display all images stored in the Windows Phone 8 photo folder in my custom gallery which uses a ListBox for displaying the images. The ListBox code is as follows:
Hyndrix
  • 4,282
  • 7
  • 41
  • 82
25
votes
3 answers

Facial recognition/detection PHP or software for photo and video galleries

I have a very large photo gallery with thousands of similar people, objects, locations, things. The majority of the people in the photos have their own user accounts and avatar photos to match. There are also logical short lists of people…
Peter Craig
  • 7,101
  • 19
  • 59
  • 74
24
votes
2 answers

How create grid out of images of different sizes?

I'm trying to create a grid of images where all images of a row share the same height and where each row uses the same width. How can I do this and what libraries can help me?
serge
  • 391
  • 1
  • 3
  • 9
21
votes
3 answers

Apple rejected app asking to provide relevant purpose string Info.plist

Apple rejected app as the permission description doesn't seem to be ok. What exactly the description should be for photo library? Here is what they said. We noticed that your app requests the user’s consent to access their photos but does not…
Vaughn
  • 375
  • 1
  • 3
  • 8
19
votes
3 answers

Get all of the pictures from an iPhone photoLibrary in an array using AssetsLibrary framework?

I want to get all of the pictures from photoLibrary. I would prefer a method or example that I can use directly.
user1396086
17
votes
1 answer

Pick photo from gallery in android 5.0

I encounter a problem by picking images from gallery with android 5.0. My code for starting intent is: private void takePictureFromGallery() { Intent intent = new Intent(Intent.ACTION_PICK, MediaStore.Images.Media.INTERNAL_CONTENT_URI); …
and.ryx
  • 743
  • 1
  • 7
  • 16
16
votes
6 answers

How can I control how Nivoslider preloads images?

I'm using the excellent Nivoslider plugin to showcase a set of photos on my homepage, currently 5. All is working fine, but each photo adds about 150K to the page weight. I would actually want to showcase about 10 "slides", but since all these…
Fer
  • 4,116
  • 16
  • 59
  • 102
12
votes
4 answers

How to get the Image Format of the images from Gallery

I want to know the Image format (i.e. JPFG/PNG etc) of the images which I am getting from the gallery. My need is to pic images from the gallery of the device and send it to server in Base64 format but the server wants to know image format. Any…
Vineet Shukla
  • 23,865
  • 10
  • 55
  • 63
11
votes
3 answers

Setting captions on Galleria photo gallery

I am using Galleria and I would like to use the classic theme and have captions. Is that possible? If so how do I set it up?
NadineK
  • 131
  • 1
  • 2
  • 9
11
votes
3 answers

How to make a responsive grid of photos using Twitter Bootstrap if heights are different

How can I Twitter Bootstrap 3's 'img-responsive' images, but allow them to have a set height so that a grid of photos will flow (unlike the below image)? I've tried setting the image height attribute, and max-height attribute, but it seems to ignore…
Dave
  • 28,833
  • 23
  • 113
  • 183
10
votes
4 answers

Capture photo from camera is not working in Android 11

I used default camera of device for capture photo in my app. When I used android 10 and below version everything is working fine. but when I used camera in android 11 then not working in app. Can you help me to solve this problem.
Sahil
  • 111
  • 1
  • 1
  • 5
9
votes
0 answers

Image orientation issue in android react native

i'm using CameraRoll.getPhotos for get photos from gallery. import { CameraRoll, } from 'react-native'; CameraRoll.getPhotos(fetchParams).then((data) => { }); I have a problem with the orientation of the images on some android phones. I have…
jose920405
  • 7,982
  • 6
  • 45
  • 71
9
votes
4 answers

How to generate a collage image like shown

How to generate a collage image like show below. I would appreciate if you can let me know if there are any online tools or apps which do this. Thanks!
sidj
  • 525
  • 1
  • 5
  • 12
8
votes
5 answers

iPhone:How to implement "move and scale" functionality for image fetched from photo library

As shown in the following figure I want to implement "move and scale" functionality for the image fetched from the photo library. If you have any idea or code then provide me. Thanx in advance.
Rohan
  • 2,939
  • 5
  • 36
  • 65
1
2 3
39 40