imgInfo 0.4

Creator: bradpython12

Last updated:

Add to Cart

Description:

imgInfo 0.4

imgInfo - Show image information

Get all information of image, supported imges types are png, jpej, tif etc. Tool supports API and Command line interface.
Installation
ImgInfo requires Python 3.5 to run.
Install the dependencies and devDependencies and start the server.
pip
$ pip install imgInfo

python3
$ git clone https://github.com/sulabh9999/imgInfo.git
$ cd imgInfo
$ python3 setup.py install

Development
cli interface
$ imginfo image.jpg
Image: image.jpg
Width: 1024
Height: 1024
Bands: 4

python3 API
import imgInfo.main as im
result = im.info('image.jpg')
print(result)

pillow - The framework used to read image
Contributing
For improvement pull requests are wellcome.
License
Apache

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.