Skip to main content

Converts numpy arrays into images.

Project description

nparray2pil

A PyPi module allowing the user to convert a numpy array into a PIL image.

Generic badge

How does it work?

Use import nparray2pil to get access to the convert functions:

from nparray2pil import convert

and then convert:

convert(myArray)

Why nparray2pil

convert from nparray2pil works efficiently and is a very simple and convenient abstraction of an otherwise difficult task.

###Example

convert(myArray)

Installation

On bash:

$ pip install nparray2pil

On windows:

python -m pip install nparray2pil

Usage

Contributing

  1. Fork it ( https://github.com/ )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Make sure that the script does not have errors or warnings
  6. Create a new Pull Request

License

This tool is open source under the MIT License terms.

[Back To Top]

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

nparray2pil-0.0.3.tar.gz (2.5 kB view hashes)

Uploaded Source

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