yasiu-image


Nameyasiu-image JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryEasier image processing.
upload_time2023-01-14 21:05:37
maintainerGrzegorz Krug
docs_urlNone
authorGrzegorz Krug
requires_python>=3.7
licenseMIT
keywords opencv-python opencv cv2 pillow numpy scipy image processing imageprocessing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Readme of `yasiu-image`

Module with useful math functions that are missing in numpy or scipy.

## Installation

```shell
pip install yasiu-image
```

## Sequence reader Generators

- `read_webp_frames` - generator
- `read_gif_frames` - generator
- `save_image_list_to_gif` - save sequence using Pillow

### Use example:

```py
from yasiu_image.image import read_gif_frames


frames = list(read_gif_frames(path))
```

# All packages

[1. Native Package](https://pypi.org/project/yasiu-native/)

[2. Math Package](https://pypi.org/project/yasiu-math/)

[3. Image Package](https://pypi.org/project/yasiu-image/)

[4. Pyplot visualisation Package](https://pypi.org/project/yasiu-vis/)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "yasiu-image",
    "maintainer": "Grzegorz Krug",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "kruggrzegorz@gmail.com",
    "keywords": "opencv-python,opencv,cv2,pillow,numpy,scipy,image processing,imageprocessing",
    "author": "Grzegorz Krug",
    "author_email": "kruggrzegorz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7e/56/bca7dd7b3a7984e1619eeb58fc4aede580aad9da691ea18360e26ed430ae/yasiu-image-0.0.3.tar.gz",
    "platform": null,
    "description": "# Readme of `yasiu-image`\r\n\r\nModule with useful math functions that are missing in numpy or scipy.\r\n\r\n## Installation\r\n\r\n```shell\r\npip install yasiu-image\r\n```\r\n\r\n## Sequence reader Generators\r\n\r\n- `read_webp_frames` - generator\r\n- `read_gif_frames` - generator\r\n- `save_image_list_to_gif` - save sequence using Pillow\r\n\r\n### Use example:\r\n\r\n```py\r\nfrom yasiu_image.image import read_gif_frames\r\n\r\n\r\nframes = list(read_gif_frames(path))\r\n```\r\n\r\n# All packages\r\n\r\n[1. Native Package](https://pypi.org/project/yasiu-native/)\r\n\r\n[2. Math Package](https://pypi.org/project/yasiu-math/)\r\n\r\n[3. Image Package](https://pypi.org/project/yasiu-image/)\r\n\r\n[4. Pyplot visualisation Package](https://pypi.org/project/yasiu-vis/)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Easier image processing.",
    "version": "0.0.3",
    "split_keywords": [
        "opencv-python",
        "opencv",
        "cv2",
        "pillow",
        "numpy",
        "scipy",
        "image processing",
        "imageprocessing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e56bca7dd7b3a7984e1619eeb58fc4aede580aad9da691ea18360e26ed430ae",
                "md5": "5bf24558afad2e2172b7c4a80b96ab4e",
                "sha256": "8f0ba1346a12ceddf49897f1439d987d8d81240e18b1d829834852d2257fecfa"
            },
            "downloads": -1,
            "filename": "yasiu-image-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "5bf24558afad2e2172b7c4a80b96ab4e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3732,
            "upload_time": "2023-01-14T21:05:37",
            "upload_time_iso_8601": "2023-01-14T21:05:37.998857Z",
            "url": "https://files.pythonhosted.org/packages/7e/56/bca7dd7b3a7984e1619eeb58fc4aede580aad9da691ea18360e26ed430ae/yasiu-image-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-14 21:05:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "yasiu-image"
}
        
Elapsed time: 0.04541s