Questions tagged [photo-gallery]

For questions relating to image galleries

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

589 questions
5
votes
4 answers

recommendation for gallery script

i'm looking for a good/lightweight gallery script. jquery, plain javascript or flash. any ideas? it should be possible to display thumbnails and click for bigger view, but also possibility to click through a series of images (previous/next…
Fuxi
  • 7,611
  • 25
  • 93
  • 139
5
votes
1 answer

Photo Gallery / Grid for Twitter Bootstrap v2.1.1

I'm really liking Twitter Bootstrap so far and am finding it fairly easy to implement. The next step is to implement some-type of photo gallery for some pages and for future blog posts. Ideally I would like rows of photos (perhaps 4/row) with nice…
Patrick
  • 159
  • 1
  • 2
  • 11
4
votes
3 answers

Argument of type '{ filepath: string; webviewPath: string; }' is not assignable to parameter of type 'Photo'

so im trying to build the photo-gallery sample project for ionic and im stuck on this error. not sure what i means really. i tried downgrading npm package. didnt work. all the other questions kinda just confuse me more lol so here is the full…
4
votes
1 answer

How can I get Uri of a private Folder in Android?

I am trying to make an android camera app with image gallery. The images captured are saved to a private directory: Android/data/com.example.newcamera/files/pictures. Whenever I am using INTERNAL_CONTENT_URI or, EXTERNAL_CONTENT_URI as Uri, The app…
kcpaul
  • 41
  • 5
4
votes
3 answers

TabBar Support of Three20 iPhone Photo Gallery

I wend through this tutorial and created a photo gallery for the iPhone. Now I want to add it to my TabBar project. I already heard, that Three20 doesn't support XIB, so I changed my whole tab bar setup to programmatically. I think I am not too far…
nimrod
  • 5,595
  • 29
  • 85
  • 149
4
votes
0 answers

How to save images to gallery in xamarin forms using plugins

I want to save images to gallery which is in the drawable folder. I built an app to take pictures and save it in the gallery in xamarin forms by using the following article. https://xamarinhelp.com/use-camera-take-photo-xamarin-forms/ private async…
Anne
  • 401
  • 6
  • 23
4
votes
1 answer

Android EXIF data Image from Camera or Gallery lost

I need to read some Exif properties of an Image (taken with the Camera or picked from the Gallery). Here is how I launch the Camera: Intent intent = new Intent("android.media.action.IMAGE_CAPTURE"); File file = new File(myObject.getLocalUrl()); …
Ale
  • 2,282
  • 5
  • 38
  • 67
4
votes
1 answer

Photo gallery in iOS and Android

I am developing an app for mobile to run in iOS and Android and I am facing some difficulties to access the image gallery of the devices with Qml. I need to list the images from image gallery in a GridView. I have tried to return the pictures folder…
GuiDupas
  • 1,681
  • 2
  • 22
  • 44
4
votes
1 answer

Capture image in custom camera in iOS without save image in Gallery

I want use custom camera and due to some security purpose i do not want to save capture images in my gallery. Thanks in Advance.
iPhone
  • 41
  • 2
4
votes
1 answer

Is It possible to access photo editing extension from my app

I am making an iOS app for photos and stores photos locally inside my app. I have to edit some photos. So, I have to write a lot of code to do exactly like apple photos app does. Instead of writing the code myself is there any possible way to access…
sateesh
  • 505
  • 4
  • 18
4
votes
3 answers

How to create the gallery folder in android programmatically?

Note: I need to create Gallery App like this. ie. first show sdcard folders thumbnail images first, then, when I click thumbnail, then, need to show another new page to show subimages. like whatzup image upload, and Gallery App from play…
harikrishnan
  • 1,985
  • 4
  • 32
  • 63
4
votes
1 answer

How to select multiple image/video in android project?

I am creating app in which I want to choose multiple photo and video from photo/video library of device, to upload. But using native sdk picker we can choose one by one. Is there any library by which we can make pickerview multiple selection by…
4
votes
1 answer

Photo Upload getimagesize() warning - filename cannot be empty

I've run into a conundrum and was wondering if anyone might be able to give me a straight answer. So I built a photo upload script using PHP/MySQL. Within the script photos are re-sized and given a temporary name while being uploaded. I tested it…
user2079024
  • 161
  • 2
  • 8
4
votes
2 answers

WordPress 3.5 Media Manager: Is there a "good" way to add an additional select option within Create Gallery tab?

By good, I mean using hooks/filters. Basically, by default the two options are Images and Uploaded to this page. I would like to add an additional option in there. I know how to add a new tab to the media manager (see here), but that doesn't achieve…
Dan
  • 3,246
  • 1
  • 32
  • 52
4
votes
1 answer

Thumbnail storage strategy

I am working on a portion of an app that requires a "Photos" type presentation of multiple thumbnail images. The full size images are quite large, and generating the thumbnails every time is taking too long, so I am going to cache the thumbnails. I…
lnafziger
  • 25,760
  • 8
  • 60
  • 101
1 2
3
39 40