Skip to main content

Helps in getting array and histogram of a greyscale image. Also, image from the array.

Project description

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.

Installation

$ pip install image-array-and-histogram-rrsc

Functions

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

Project details


Download files

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

Source Distribution

image_array_and_histogram-rrsc-0.0.2.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

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