Metadata-Version: 2.1
Name: image-array-and-histogram-rrsc
Version: 0.0.1
Summary: Helps in getting array and histogram of a greyscale image. Also, image from the array.
Home-page: https://github.com/rishi-chauhan/my-packages.git
Author: Rishi Raj Singh Chauhan
Author-email: rishirschauhan@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Image array and histogram

This python package helps you to get an array and histogram of a greyscale image. You can also convert an array to greyscale image.

* getImageArray: Takes an image object and returns image array. The dimensions of the array is the size of the image.
* getHist: Takes an image array and returns an array of size 256 as the histogram of the image.
* getImageFromArray: Takes an array, width and height and returns an image formed from the passed array.


