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
2 answers

Why the lists of photos which were got by these two manners are different?

first manner: Intent intent = new Intent(); intent.setType( "image/*" ); intent.setAction( Intent.ACTION_GET_CONTENT ); startActivityForResult( Intent.createChooser( intent , "select picture" ) , REQUEST_LOAD_IMAGE ); second…
Zachary
  • 127
  • 1
  • 2
  • 15
0
votes
1 answer

Open source Libraries for Animating thumbnail to full size screen similar to Facebook

Wanted to know if there are any open source libraries available for Android similar to IDMPhotoBrowser available for iOS. This library is very good and offers features like zoom in from original image to full view (animating thumbnail to full size…
Shaunak
  • 707
  • 1
  • 9
  • 29
0
votes
1 answer

Embed Photo Gallery in Webpage

I have a client that is looking to embed a photo gallery from a 3rd party image hosting site (Flickr, Instagram, etc.) into a webpage. I used to be able to do this quite simply with Flickr, but it is no longer supported. Almost everyone supports…
Barbra
  • 31
  • 7
0
votes
3 answers

copy gallery image to project files Objective-C

I am new in Objective-C and I want choose one image from a Gallery and I want get the name and the extension and copy that image to my project folder.
Louis
  • 1
  • 5
0
votes
1 answer

Load picture from XML [actionscript 2]

I'm creating a picture gallery in actionscript 2. In order for people to easily create/modify galleries, I have actionscript read in file information through XML. However I have one problem I can't get around. I'm having trouble loading the picture…
Dr. Johnson
  • 579
  • 2
  • 6
  • 8
0
votes
1 answer

How to get filename last photo in Swift 2.0 iOS9?

I want to get file_name (example = IMG_xxxx.jpg) func lastphoto() { var fetchOptions: PHFetchOptions = PHFetchOptions() fetchOptions.sortDescriptors = [NSSortDescriptor(key: "creationDate", ascending: true)] var fetchResult =…
0
votes
2 answers

HTML/CSS Photo Gallery not displaying pictures

Again, first website, and first time using the "section" tags so I'm still getting familiar with them. I copied the code for a photo gallery banner from http://www.johnnycupcakes.com. I inspected the elements and copied the HTML & CSS code and…
blackRob4953
  • 1,585
  • 2
  • 12
  • 15
0
votes
1 answer

Loss of quality passing images from viewcontroller iOS

i'm developing an application that allows users to add masks at their photos, the app works well but i noticed a problem, i don't know why but the image loses quality. i'm passing images to view controllers by using this method: AppDelegate…
Mark
  • 13
  • 3
0
votes
1 answer

First click on lightbox works, but not from other galleries

I have built a lightbox functionality in JavaScript, and I'm now working to get the implementation working when having multiple galleries at the same page, a feature I didn't take into account when developing it. To achieve the desired effect, I'm…
mnsth
  • 2,169
  • 1
  • 18
  • 22
0
votes
1 answer

Platform for an Image eCommerce site?

Have looked at ImageFolio but it doesn't seem to be a complete match for what the client wants to achieve. At this photo ecommerce site: Member users upload and tag photos. Photos are reviewed by admins before going live. Buyers to purchase…
Conando
  • 219
  • 1
  • 4
  • 16
0
votes
1 answer

Android - Image gallery like the one of QuickPic

In my Android app I display a GridView with the user's photos. The problem is that currently I'm displaying the images into an ImageView by using the Picasso library. The problem is that, with my code, images appear in a square shape, very ugly.…
Ernestina Juan
  • 957
  • 1
  • 9
  • 24
0
votes
1 answer

Looking for a jQuery gallery script which moves elements depending on mouse position (ie. for a sliding gallery)

I want to make a gallery which scrolls left and right depending on the mouse position. So you move the mouse right and the gallery scrolls left sort of thing. Thanks, Henry.
Sabai
  • 1,579
  • 5
  • 24
  • 40
0
votes
1 answer
0
votes
0 answers

Zoom Image In UICollectionViewCell When Selected

I want to implement some features that work like native photo gallery app in iOS. The features are Zoom In the image when selected, swipe left or right to see other images in Zoom In mode, Zoom Out when back button is clicked. I know there are many…
0
votes
2 answers

Is there any sync services library for iphone

i am developing a mobile client to sync images from iphone photo gallery to amazon s3,so is there any sync services libraries that can help me in this regard.. Also is there any library to access the iphone photo gallery,I just wanted to pick all…
Fedrick
  • 527
  • 2
  • 8
  • 26