tommykjensen
8th of October 2006 (Sun), 05:04
I posted about this here (http://photography-on-the.net/forum/showpost.php?p=2088046&postcount=7) but thought I might as well put this up as a wish in case I am too slow getting it done myself ;)
Currently when I share photos I use a small script that read the photo from a "hidden" folder, reads exif information (if available) from a mysql database and put it in the border of the photo. The script also adds my copyright text to the border. Currently I am maintaining the background database manually via phpmyadmin and I want to move away from that.
So with EE2 out my idea is to rewrite this script to use EE2 database and images so I only need to upload it to EE2 which then takes care of resizing, thumbs and exif data for me.
The script could then be called like this
http://domain/getphoto.php?id=EE2photoid&size=potn
Or a thumbnail with link to EE gallery
http://domain/getthumb.php?id=EE2photoid (http://domain/ee/photo.php?photo=1665&exhibition=12&ee_lang=eng)
The script should then also update the view counter.
Currently when I share photos I use a small script that read the photo from a "hidden" folder, reads exif information (if available) from a mysql database and put it in the border of the photo. The script also adds my copyright text to the border. Currently I am maintaining the background database manually via phpmyadmin and I want to move away from that.
So with EE2 out my idea is to rewrite this script to use EE2 database and images so I only need to upload it to EE2 which then takes care of resizing, thumbs and exif data for me.
The script could then be called like this
http://domain/getphoto.php?id=EE2photoid&size=potn
Or a thumbnail with link to EE gallery
http://domain/getthumb.php?id=EE2photoid (http://domain/ee/photo.php?photo=1665&exhibition=12&ee_lang=eng)
The script should then also update the view counter.