[The Dwarf's Photographs]

Photocomment

photocomment: currently displays jpeg metadata and thumbnail.

photocomment is written in Python.

It requires:

import pygtk
pygtk.require('2.0')
import sys
import gtk
import gobject
import pyexiv2
# pyexiv2.__version__ >= 0.3.0
import mimetypes
import ImageFile
import os
import shutil

A bit long requirements. And so What?

[screen capture]

Download and terms of use

Terms of use, modification and distribution will be GNU GPLv2 or any later version as soon as I will drop all the sample code coming from quoted tutorials.

So, please read the "PARTS COPYRIGHT..." in the file to ensure you can do what you want to do. Or go away then trash...

code