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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file imgInfo-0.4-py3-none-any.whl.
File metadata
- Download URL: imgInfo-0.4-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4b43b01e190560326eaba342577ed6ae7fd3324ffdb365b2cbf3e2131372efd
|
|
| MD5 |
02116c11a16c40c87ba0915bbd8dabe9
|
|
| BLAKE2b-256 |
b82abafe6fcdce39968b8deecf0bee14148ada8fd8edf56ed126d902b06b106f
|