Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.81 KB

Image.md

File metadata and controls

48 lines (38 loc) · 1.81 KB

Image

  1. Pillow
    Python Imaging Library.
    Project Source: https://github.com/python-imaging/Pillow
    Project Homepage: http://python-imaging.github.io/

  2. thumbor
    thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images.
    Project Source: https://github.com/thumbor/thumbor
    Project Homepage: https://github.com/thumbor/thumbor/wiki

  3. kartograph.py
    Kartograph is a Python library that generates SVG maps from ESRI shapefiles.
    Project Source: http://kartograph.org/docs/kartograph.py/
    Project Documentation: http://kartograph.org/docs/kartograph.py/

  4. mpld3
    This is an interactive D3js-based viewer which brings matplotlib graphics to the browser.
    Project Source: https://github.com/jakevdp/mpld3
    Project Homepage: http://mpld3.github.io/

  5. apitrace
    Tools for tracing OpenGL, Direct3D, and other graphics APIs.
    Project Source: https://github.com/apitrace/apitrace
    Project Homepage: http://apitrace.github.io/

  6. colorific
    Automatic color palette detection.
    Project Source: https://github.com/99designs/colorific

  7. starwars-dot-gif
    Python script to generate gifs from star wars.
    Project Source: https://github.com/LindseyB/starwars-dot-gif

  8. python-qrcode
    Python QR Code image generator.
    Project Source: https://github.com/lincolnloop/python-qrcode
    Project Documentation: https://pypi.python.org/pypi/qrcode

  9. scikit-image
    Image Processing SciKit
    Project Source: https://github.com/scikit-image/scikit-image
    Project Homepage: http://scikit-image.org/

  10. imutils
    A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python. Project Source: https://github.com/jrosebr1/imutils