home
to by nando.quintana
#!/usr/bin/python2.4
from EXIF import *
def read_exif(filename=None):
if filename is not None:
try:to by mikel
#!/usr/bin/python
__doc__ = """
Previous requisites:
* sudo apt-get install netpbm poppler-utils
"""