python-imagesize

Python 2 module for getting image size from png/jpeg/jpeg2000/gif file
  https://github.com/shibukawa/imagesize_py
  0
  no reviews



This small module parses image header and returns width and height of the image. Supported formats are: PNG, JPEG, JPEG2000, GIF.

This is the Python 2 version of the module.