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...