Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    JpegThumbnail 0.1.0.0

    Download button

    No screenshots available
    Downloads: 247  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    chronometer | More programs
    Python License / FREE
    September 25th, 2009, 01:33 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    JpegThumbnail description

    Simple and fast JPEG thumbnail reader

    JpegThumbnail is a simple and fast JPEG thumbnail reader written in Python.

    An example

    from cStringIO import StringIO
    import Image
    import JpegThumbnail

    try:
     thumbnail = JpegThumbnail.read(filelikeobject or filename)
    except JpegThumbnail.error:
     "parse error"
    except IOError:
     "open or read error"
    else:
     im = Image.open(StringIO(thumbnail))
     im.show()


    Notes

    * In most case, JPEG thumbnail size is about 100 pixel.
    * In most case, thumbnail is found in early 10KiB of file data. In bad case, it's found in ealry 100KiB.


    Product's homepage

    Here are some key features of "JpegThumbnail":

    · supports EXIF thumbnail
    · supports Adobe Photoshop thumbnail
    · import a partial JPEG data

    Requirements:

    · Perl
    · PIL

      


    TAGS:

    jpeg thumbnail | thumbnail reader | Python library | jpeg | thumbnail | reader

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM