Converts numpy arrays into images.
Project description
nparray2pil
A PyPi module allowing the user to convert a numpy array into a PIL image.
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
- Fork it ( https://github.com/ )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Make sure that the script does not have errors or warnings
- Create a new Pull Request
License
This tool is open source under the MIT License terms.
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 Distribution
nparray2pil-0.0.3.tar.gz
(2.5 kB
view details)
File details
Details for the file nparray2pil-0.0.3.tar.gz
.
File metadata
- Download URL: nparray2pil-0.0.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12b0d893921c0914ca5feab2109ceb723f4fd15ededb9791bf76ee0837f82513 |
|
MD5 | 8d55f52580151707f5c3abd7e9844ca2 |
|
BLAKE2b-256 | 2b25b23b36ce6f4767e8f180e33d23cebecf7d2858dd86f928fc2057995f3e24 |