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

iPhone:How to fetch image from photo library or camera with "edit" funcitionality like iPhone photo app

I know how to fetch image from photo library or camera in ios4.2.1 but in ios 5 there is new feature in photo app like if user wants to edit image or crop image then he is able to do such kind of things. The same functionality I want to implement in…
Rohan
  • 2,939
  • 5
  • 36
  • 65
3
votes
2 answers

MySQL Design for User Photo Gallery

I am working on a database design for a basic photo gallery which each user can upload several images. Right now here is what I have: photo_gallery photo_id - image - sort_order - user_id 1 - test.jpg - 1 -…
Drew
  • 6,736
  • 17
  • 64
  • 96
3
votes
2 answers

How to access photo Gallery of mobile using j2me code

I am making an application in which I will change wallpaper of the mobile screen, but I have no idea how it is possible through j2me.
3
votes
1 answer

asp.net ajax photo gallery tutorial

Is there any tutorial on how to make a simple asp.net ajax photo gallery without comments and other stuff. I'm looking for something really simple - a grid of clickable images and a popup window with the chosen image.
Sergey
  • 11,548
  • 24
  • 76
  • 113
3
votes
6 answers

Disable zooming in for photo swipe

I'm using Photo Swipe to display my images. The default behavior when using it is that once the images are clicked, I'll be able to bring me to a "zoom-in page" where the photos are enlarged and i can view them one by one by swiping. I'm trying to…
tommi
  • 6,883
  • 8
  • 37
  • 60
3
votes
2 answers

Flutter using Uint8List in FutureBuilder is giving error

I'm building a flutter gallery app from this reference Flutter Image Gallery All works fine but I'm getting error inside Future Builder This is the error warning I'm getting The name 'Uint8List' isn't a type so it can't be used as a type…
You and the web
  • 195
  • 3
  • 12
3
votes
1 answer

Dynamic photo gallery with jQuery

I'd like to create a photo gallery with large (fit-to-window) photos, description overlays and dynamically extending (yet fixed number) thumbnail view. I have over 1000+ pics in a gallery and I'd like to load only the first 100 pics as thumbnails,…
István
  • 518
  • 1
  • 5
  • 17
3
votes
1 answer

Titanium Appcelerator Photo Gallery (Display grid of photos based on list from server)

I'm having some problems with the Photo Gallery view in Titanium Appcelerator (iPhone app). I don't really have any example code at the moment to share because I'm at a loss for exactly how this is supposed to function. I just want to call my server…
grandcameo
  • 185
  • 2
  • 11
3
votes
2 answers

React Native Download image from url and save in Gallery

I want download image from URL and save in the Gallery. This source works well on Android, but not iOS. import RNFetchBlob from "rn-fetch-blob"; let imgUrl =…
Gurbela
  • 1,184
  • 2
  • 16
  • 40
3
votes
1 answer

Facebook Photo Zoom: How was it done?

Facebook photo zoom is one of the best utilities I have ever encountered when browsing a massive amount of photos. My question is how it was built, and if there is a free javascript application already written that mimics its functionality. My…
WednesdayWolf
  • 97
  • 2
  • 10
3
votes
1 answer

How to make photos multi-selection same as default iPhone Photos application on pan gesture

I have used this DoImagePickerController but it did not work for me. It selects/ unselects a particular item on an index. See below image from DoImagePickerController I need to select/unselect all the items from pick index to current index using…
3
votes
2 answers

Responsive image grid gallery for vue js

I need a responsive image grid component for vue that show images with different size . There are some good jquery plugins for that , but I cannot use it in my vue based page because of lazy load of images in scroll. the jquery set heights and…
Ahad Yekta
  • 123
  • 1
  • 9
3
votes
1 answer

Can't remove bitmaps from memory using Picasso and scrollGalleryView

I have an Activity in which I load bitmaps in a ScrollGalleryView using Picasso. When I exit from that activity and enter again the memory is not emptied and an OutOfMemory error is thrown. I tried using .memoryPolicy(MemoryPolicy.NO_CACHE,…
3
votes
1 answer

How do you programmatically create organized photo albums in iOS with xcode 6 using swift?

I don't know proper terminology but I either want to create an album with sub-albums, or would you say a Folder with sub-albums... I am writing an app that downloads photos from the web and it also downloads some additional information about each…
Wayne Fulcher
  • 741
  • 1
  • 11
  • 21
3
votes
2 answers

Save image with the correct orientation - Swift & Core Image

I'm using Core Image in Swift for editing photos and I have a problem when I save the photo. I'm not saving it with correct orientation. When I get the picture from the Photo Library I'm saving the orientation in a variable as UIImageOrientation but…
benLIVE
  • 597
  • 3
  • 14
  • 29