Scripts posted recently tagged to jpeg in Kelpi

1- 2 of 2.

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:

Convert the first page of a bunch of PDF files to JPG images

to pdf ppm image jpeg jpg transform by mikel

#!/usr/bin/python
__doc__ = """
Previous requisites:
  * sudo apt-get install netpbm poppler-utils
"""
hits counter