PHP PhotoNotes Example Page
A Flickr-like photo annotation script with the following features:
- Unlike fotonotes, does not alter the original JPEG in any way.
- Add, move, resize, and delete notes.
- Hover over a note to view the associated comment.
- Click a note to edit the comment.
- Tested with Firefox 3.5, Chrome 4, and IE 8.
Function stubs for saving and deleting are provided making the script easily adapted for any database. A PHP/MySQL implementation is provided.