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

Stop direct linking to photos folder

I have an online photo archive. My webpage is password protected but I have not yet protected the photo folder to stop people direct linking the photos by URL. All the photos are uniquely named so it is a little hard to guess... but if somebody…
TheCarver
  • 19,391
  • 25
  • 99
  • 149
0
votes
0 answers

Transfer last images in file to another

I'm trying to find python code to transfer the last 10 or so images to another file. import os import shutil import fnmatch source = 'the folder name' destination = 'folder name' def get_latest_image(source, y=('jpg')):     valid_files =…
Reem
  • 1
0
votes
2 answers

photo gallery uiscrollView scrolling and zooming

HI i'm tring to create photogallery with two scrollviews one for horizontal scrolling between images and second for zooming images. scrolling between images works fine but i'm not able to zoom image into second scrollView. mainScrollView named …
vosy
  • 231
  • 1
  • 4
  • 7
0
votes
1 answer

ajax photo album with text description

I'm trying to create a little ajax photo album with text description... now I've created this http://www.brucisystems.com/petrilli/testajax.html Now, what I want to do is to remove the dropdown list, insert the first photo with description when I…
satboy78
  • 217
  • 1
  • 5
  • 14
0
votes
0 answers

Responsive image carousel slider component with inertia mouse/touch & multiple images with different aspect ratios

I struggle to find an image slider component with ALL next features: Multiple images with various aspect ratios visible at the same time in the carousel (landscape/portrait) Lazy loading (for efficiency of showing many images) Scrolling by mouse…
0
votes
3 answers

Flutter: How to get a specific album with photo_manager?

I'm working on an application where the user is only really working from a single album. I don't want to display all of the users pictures while they are in the app, just the ones that they will be dealing with. I'm using photo_manager and it's…
Wleeches
  • 1
  • 2
0
votes
1 answer

Save image to photoGallery

var _picsTaken = 0; var timer = {}; Titanium.Media.showCamera ({ saveToPhotoGallery: true, allowEditing: false, autohide:false, //Important! success: function(event){ timer = setInterval(function(){ Ti.Media.takePicture(); …
Sidd
  • 1
  • 2
0
votes
1 answer

Hosting pictures with React and Google drive

I would like to host around 300 photo on Google drive and be able to fetch every photo on my react project, but I don't know how to start like should I need a back-end like node.js? I've seen this video (https://www.youtube.com/watch?v=iajv8y-6n3Q),…
0
votes
3 answers

PHPhotoLibrary performChanges errors when copying images and videos

Users can download image and video files from a server which are then stored temporarily under the app's Documents path and then copied from there to a custom album in the iOS photo library with either…
BadmintonCat
  • 9,416
  • 14
  • 78
  • 129
0
votes
0 answers

attach image from Photogallery to email with MFMailComposeViewController

I would like for user to choose their desired image from photo gallery and then that image is included in the email that they're are about to send. I've already created a button that enables user to open gallery and then after choosing image it is…
0
votes
1 answer

Flutter : Image.memory widget unable to load

We are trying to create custom gallery page, so that we have followed some tutorial website but facing some issue unable to compile the project. Tutorial link…
karthikeyan
  • 3,821
  • 3
  • 22
  • 45
0
votes
1 answer

Using VNRecognizeTextRequest on image drawn in UIImageView returns empty results

I have an UIImageView in which I draw handwritten text, using UIGraphicsBeginImageContext to create the bitmap image. I pass this image to an OCR func: func ocrText(onImage: UIImage?) { let request = VNRecognizeTextRequest { request, error…
claude31
  • 874
  • 6
  • 8
0
votes
1 answer

Photo Gallery Service for Asp.NET

Hi I need to add photo support for my Application. Searching the site I found reference to nGallery. Any other. I use ASP.NET MVC. Thanks
Jedi Master Spooky
  • 5,629
  • 13
  • 57
  • 86
0
votes
1 answer

Problem with large views inside gallery

I'm trying to create an horizontal sliding grid of image. I'm using a Gallery view with an adapter providing me TableLayouts containing the images view to display. Everything looks fine, but when I touch the screen (MotionEvent.ACTION_DOWN), the…
parser_failed
  • 697
  • 9
  • 20
0
votes
1 answer

How to open built-in gallery app on click button

From my app on click the button open gallery app. for example, MI's phone has its own gallery app, Samsung, Oneplus, etc. so how can I open the built-in gallery app? note I don't want to take images from the gallery. just only open like chrome,…
Abhi S
  • 250
  • 2
  • 18