To follow and possibly duplicate my project you'll need at least a computer with PHP and a database. Mine are Linux and Mysql, but changing both of those are trivial for a PHP programmer who knows the basics of the language - and others are free to envy us ;)
The main problems with this size of a photo collection are at least the following two:
- there are duplicates (often multiple duplicates) of photos as they come from different sources
- there are photos I myself don't label as .. umm .. artistic
In the series I am about to write, I'll show how I have tried to overcome these two problems. Life would have been easier if I had this routine already in the beginning but as the nature of this kind of project (as a leisure time project) is quite evolutive I'll have to try to handle challenges as they come.
When trying to resolve the problems I try to achieve at least the following goals:
- minimize disk size taken by unneeded photos (duplicates or unsavoury)
- keep the highest quality photo
- try to prune all similar photos whenever possible
I hope I have now given you the introduction needed and it's about time to jump into the project.
No comments:
Post a Comment