Questions tagged [photo-management]

17 questions
11
votes
6 answers

storing uploaded photos and documents - filesystem vs database blob

My specific situation Property management web site where users can upload photos and lease documents. For every apartment unit, there might be 4 photos, so there won't be an overwhelming number of photo in the system. For photos, there will be…
resopollution
  • 19,600
  • 10
  • 40
  • 49
5
votes
3 answers

Getting started with a Picasa Plugin

Does anyone here know any resources on how to get started writing a plugin for Google's Picasa? I love it for photo management, but I have some ideas for how it could be better. Riya-esque facial search: given a large enough corpus of faces and…
pbh101
  • 10,203
  • 9
  • 32
  • 31
3
votes
4 answers

What is the easiest way to adjust EXIF timestamps on photos from multiple cameras in Windows Vista?

Scenario: Several people go on holiday together, armed with digital cameras, and snap away. Some people remembered to adjust their camera clocks to local time, some left them at their home time, some left them at local time of the country they were…
Daniel Fortunov
  • 43,309
  • 26
  • 81
  • 106
3
votes
1 answer

Recording video to specific album

I am creating an album in the users photo library, now I want to save a video there. I am saving the video to a file using: let documentsURL = NSFileManager.defaultManager().URLsForDirectory(.DocumentDirectory, inDomains: .UserDomainMask)[0] let…
ZiEiTiA
  • 275
  • 2
  • 16
2
votes
0 answers

How to filter only mp4 , png , jpg imagse/videos in photo_manager plugin

I am using photo_manager plugin, but I am stuck on how to filter only the following files images png , jpg videos mp4 they don't mention on their docs of how to implement it I have the following code but I can't find the method for my…
Mohammed Hamdan
  • 1,006
  • 5
  • 23
1
vote
2 answers

What web photo gallery software meets all my pernickety requirements?

I have a collection of photographs (about 30,000) which I'd like to put online. I've tried doing this before, over the years, with static image galleries, applications such as Gallery2, and self-rolled scripts. None have worked that well, as my…
user83759
  • 91
  • 2
1
vote
2 answers

Are tags part of JPEG file?

I have a winodws 8 Laptop. If I put tags in my jpegs, can I use these tags to search jpeg files on other windows / linux machines? Or I have to use specific application to do so.
user21071987
  • 75
  • 1
  • 10
1
vote
2 answers

CMS for Professional Photographer with Pretty Admin Back End

I'm working on a few sites for professional photographers who want to be able to update on their own. I'm looking for a simple CMS solution that has very basic functionality as a gallery and is easy for them to work with. My main concern is with…
1
vote
3 answers

Retrieving an iPhone photo saved to the photo library

I am saving images to the photo library and would like to retrieve them dynamically to display in future launches of my app. I use the WriteToSavedPhotosAlbum function, as below, but do not get any info to access the saved photo…
Arrel
  • 13,558
  • 7
  • 26
  • 24
0
votes
1 answer

How to get single AssetEntity from given path using photo_manager

i am using photo_manager package for handling with galley media the following method is for fetch media first getting the available albums final albums = await PhotoManager.getAssetPathList(onlyAll: true, type:RequestType.common); second fetch…
Jack
  • 161
  • 1
  • 16
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
0 answers

Combine two images in Php - one top of another

I'm trying to create a photo collage in php by combining two images, a background and an image. Certain part of my background is transparent, I want to put the image into that part of the background and merge them. The transparent part could be a…
0
votes
1 answer

asp.net - build linkedin style photo cropper

On linkedin.com, the photo that you can manage for your profile has the ability to select a "region" from the photo to crop and use as your profile picture. I assume that it uploads the original picture to a server, and then stores the x,y of the…
pearcewg
  • 9,545
  • 21
  • 79
  • 125
0
votes
4 answers

open source photo album software?

I have a friend who had been using a proprietary photo album product and reached a hard limit on the number of photos. He managed to export the data to spreadsheet format (including image filenames) plus he of course saved the image files…
JoelFan
  • 37,465
  • 35
  • 132
  • 205
0
votes
1 answer

Creating a photo album; Need an algorithm for dynamically placing varied-size images

OK, so in my little album app (in Flash/AS3, but language doesn't matter), each page has a 5x4 grid of photos. However, some photos I want to elevate in prominence, so instead of occupying a 1x1 space, some of them would occupy a 2x2 space. So, if I…
Dourian
1
2