Skip to main content

Get all info of image in both command line and python API

Project description

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

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

imgInfo-0.4-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

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