yasiu.image


Nameyasiu.image JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryEasier image processing.
upload_time2023-01-04 23:34:46
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

### Import:

```py
from yasiu.image import read_gif_frames
```

### Use example:

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

            

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/4d/92/9d19ca574f5a4bb00412de101974aa7745d33a615fb8ad9ba967fe33f893/yasiu.image-0.0.1.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   - `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### Import:\r\n\r\n```py\r\nfrom yasiu.image import read_gif_frames\r\n```\r\n\r\n### Use example:\r\n\r\n```py\r\nframes = list(read_gif_frames(path))\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Easier image processing.",
    "version": "0.0.1",
    "split_keywords": [
        "opencv-python",
        "opencv",
        "cv2",
        "pillow",
        "numpy",
        "scipy",
        "image processing",
        "imageprocessing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d929d19ca574f5a4bb00412de101974aa7745d33a615fb8ad9ba967fe33f893",
                "md5": "e2e7232ae636e3df76c361930456371f",
                "sha256": "0a4068604e38bbed9dc98937d117f7cf2fa692741eb113599baaa9ac6fc91a9c"
            },
            "downloads": -1,
            "filename": "yasiu.image-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e2e7232ae636e3df76c361930456371f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3683,
            "upload_time": "2023-01-04T23:34:46",
            "upload_time_iso_8601": "2023-01-04T23:34:46.234674Z",
            "url": "https://files.pythonhosted.org/packages/4d/92/9d19ca574f5a4bb00412de101974aa7745d33a615fb8ad9ba967fe33f893/yasiu.image-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-04 23:34:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "yasiu.image"
}
        
Elapsed time: 0.02438s