Skip to main content

simple and fast JPEG thumbnail reader

Project description

simple and fast JPEG thumbnail reader

Requirements

  • Python Imaging Library

Features

  • supports EXIF thumbnail

  • supports Adobe Photoshop thumbnail

  • import a partial JPEG data

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.

History

0.1.0.0

  • first release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

JpegThumbnail-0.1.0.0.zip (3.6 kB view details)

Uploaded Source

File details

Details for the file JpegThumbnail-0.1.0.0.zip.

File metadata

File hashes

Hashes for JpegThumbnail-0.1.0.0.zip
Algorithm Hash digest
SHA256 05d7bc15712ba75582b5a252772ab2ed82d4986f80ea8916b0a1cfd2046b528d
MD5 27cac59dfcb89203d630082aa24b7e87
BLAKE2b-256 8c2b3689842c85f6b3a651a0f6ee37bcddea53624b95dbe78206c7eb08d6889d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page