nparray2pil


Namenparray2pil JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/abhinav-gg/nparray2pil/
SummaryConverts numpy arrays into images.
upload_time2023-04-18 10:36:45
maintainer
docs_urlNone
authorAbhinav G, Oliver Gibson
requires_python
licenseMIT
keywords np array pil convertion convert opencv array to pil
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # nparray2pil

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

![Generic badge](https://img.shields.io/badge/version-0.0.3-green.svg)

## How does it work?

**Use import nparray2pil to get access to the convert functions:**
```python
from nparray2pil import convert
```
and then convert:
```python
convert(myArray)
```

## Why nparray2pil

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

###Example
```python
convert(myArray)
```

## Installation

On bash:
```bash
$ pip install nparray2pil
```

On windows:
```
python -m pip install nparray2pil
```

## Usage

* [Contributing](#Contributing)


## 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](https://opensource.org/licenses/MIT) terms.

[[Back To Top]](#nparray2pil)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/abhinav-gg/nparray2pil/",
    "name": "nparray2pil",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "np,array,pil,convertion,convert,opencv,array to pil",
    "author": "Abhinav G, Oliver Gibson",
    "author_email": "agupta.cam7@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2b/25/b23b36ce6f4767e8f180e33d23cebecf7d2858dd86f928fc2057995f3e24/nparray2pil-0.0.3.tar.gz",
    "platform": null,
    "description": "# nparray2pil\r\n\r\nA PyPi module allowing the user to convert a numpy array into a PIL image.\r\n\r\n![Generic badge](https://img.shields.io/badge/version-0.0.3-green.svg)\r\n\r\n## How does it work?\r\n\r\n**Use import nparray2pil to get access to the convert functions:**\r\n```python\r\nfrom nparray2pil import convert\r\n```\r\nand then convert:\r\n```python\r\nconvert(myArray)\r\n```\r\n\r\n## Why nparray2pil\r\n\r\n`convert` from nparray2pil works efficiently and is a very simple and convenient abstraction of an otherwise difficult task.\r\n\r\n###Example\r\n```python\r\nconvert(myArray)\r\n```\r\n\r\n## Installation\r\n\r\nOn bash:\r\n```bash\r\n$ pip install nparray2pil\r\n```\r\n\r\nOn windows:\r\n```\r\npython -m pip install nparray2pil\r\n```\r\n\r\n## Usage\r\n\r\n* [Contributing](#Contributing)\r\n\r\n\r\n## Contributing\r\n\r\n1. Fork it ( https://github.com/ )\r\n2. Create your feature branch (`git checkout -b my-new-feature`)\r\n3. Commit your changes (`git commit -am 'Add some feature'`)\r\n4. Push to the branch (`git push origin my-new-feature`)\r\n5. Make sure that the script does not have errors or warnings\r\n6. Create a new Pull Request\r\n\r\n## License\r\n\r\nThis tool is open source under the [MIT License](https://opensource.org/licenses/MIT) terms.\r\n\r\n[[Back To Top]](#nparray2pil)\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Converts numpy arrays into images.",
    "version": "0.0.3",
    "split_keywords": [
        "np",
        "array",
        "pil",
        "convertion",
        "convert",
        "opencv",
        "array to pil"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b25b23b36ce6f4767e8f180e33d23cebecf7d2858dd86f928fc2057995f3e24",
                "md5": "8d55f52580151707f5c3abd7e9844ca2",
                "sha256": "12b0d893921c0914ca5feab2109ceb723f4fd15ededb9791bf76ee0837f82513"
            },
            "downloads": -1,
            "filename": "nparray2pil-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8d55f52580151707f5c3abd7e9844ca2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2453,
            "upload_time": "2023-04-18T10:36:45",
            "upload_time_iso_8601": "2023-04-18T10:36:45.882635Z",
            "url": "https://files.pythonhosted.org/packages/2b/25/b23b36ce6f4767e8f180e33d23cebecf7d2858dd86f928fc2057995f3e24/nparray2pil-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-18 10:36:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "abhinav-gg",
    "github_project": "nparray2pil",
    "lcname": "nparray2pil"
}
        
Elapsed time: 0.05740s