I’m about to start a project for my other half; the ability to search archaeological images based on certain criteria.
The ability to search these criteria is right up my street, a database of images (or their file-paths) associated to some meta-data. The interface would allow searching of the meta-data, then display the matches with thumbnail views and summary meta-data. The user could then click on the image for a full size view and complete meta-data. (Thus facilitating bone analysis, etc)
My lack of familiarity is how to make the images secure (due to copyright issues).
Does anyone have any advice on where to start, which technology can give this security, etc?
(Needs to be free, and hostable both online and on her laptop, which has IIS installed.)
EDIT:
The level of security needed would be:
1. The general public can’t see any images
2. Logged in users can see only images I allow them to see (access levels read from database)
3. If possible the files should not be downloadable
4. The images need to be kept high res and unmarked to allow analysis
This should hold even if they know the URLs to the images I don’t want them to be able to see…
That sounds like an interesting project.
I would suggest you only give access to the images to a authenticated user.
So store them in a secure location and stream them to valid users.
You might also want to look at adding a watermark to each image, and also possibly having each user sign some sort of Terms and Conditions.
In terms of technology, it depends on your skillset, all of the above can be achieved with IIS and C# for example.
or (a slightly different approach),
You can upload the images to a private profile on flickr, add tags as appropriate, and grant users access as appropriate.