Skip to main content

Python Imaging Library Lite

Project description

lightweight and limited version of PIL/Pillow library

  • no native external dependencies (like libjpeg, zlib etc)

  • supports only trivial subset of formats (JPEG, PNG, 8bit per channel)

  • no image editing functionality (as well as many other things)

  • basically interface has only open, save, resize and thumbnail functions

from PilLite import Image
img = Image.open('ich.png')
print(img.size)
img.thumbnail((200, 200))
img.save('ich.jpg')
Travis CI build status

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

Pil-Lite-0.0.1.zip (3.9 MB view hashes)

Uploaded Source

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