Scripts posted recently tagged to metadata in Kelpi

1- 1 of 1.

read the metadata embeded in a JPEG

to jpeg exif metadata python by nando.quintana

#!/usr/bin/python2.4
from EXIF import *
def read_exif(filename=None):
    if filename is not None:
        try:
hits counter