# Readme of `yasiu-image`
Module with useful math functions that are missing in numpy or scipy.
## Installation
```shell
pip install yasiu-image
```
## Submodules
- `common` - Read write features
- `features` - Transform images into features and back
- `filters` - Apply image filter and keep shape
- `modifiers` - Modify images with different shape output
- `quality` - Compare image quality
## 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.common 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. Visualisation Package](https://pypi.org/project/yasiu-vis/)
Raw data
{
"_id": null,
"home_page": null,
"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/28/70/cbc42aa47dcd19c9731bad5befbaea6b001944a7d86709a344f492fe2a8b/yasiu_image-0.3.1.tar.gz",
"platform": null,
"description": "# Readme of `yasiu-image`\n\nModule with useful math functions that are missing in numpy or scipy.\n\n## Installation\n\n```shell\npip install yasiu-image\n```\n\n## Submodules\n- `common` - Read write features\n- `features` - Transform images into features and back\n- `filters` - Apply image filter and keep shape\n- `modifiers` - Modify images with different shape output\n- `quality` - Compare image quality\n\n\n## Sequence reader Generators\n\n- `read_webp_frames` - generator\n- `read_gif_frames` - generator\n- `save_image_list_to_gif` - save sequence using Pillow\n\n### Use example:\n\n```py\nfrom yasiu.image.common import read_gif_frames\n\nframes = list(read_gif_frames(path))\n```\n\n# All packages\n\n[1. Native Package](https://pypi.org/project/yasiu-native/)\n\n[2. Math Package](https://pypi.org/project/yasiu-math/)\n\n[3. Image Package](https://pypi.org/project/yasiu-image/)\n\n[4. Visualisation Package](https://pypi.org/project/yasiu-vis/)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Easier image processing.",
"version": "0.3.1",
"project_urls": {
"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. Visualisation Package": "https://pypi.org/project/yasiu-vis/",
"5. Source repo": "https://github.com/GrzegorzKrug/yasiu-image"
},
"split_keywords": [
"opencv-python",
" opencv",
" cv2",
" pillow",
" numpy",
" scipy",
" image processing",
" imageprocessing"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "6a9b1c32f95946711644c339e57de956b30dc03ccb62b3609430f87b32fa7da4",
"md5": "415afbb72321a7275b703ac54f61d497",
"sha256": "6aa56633e40181a8e613e347476cf7de69af47601b5943cf3255ff29c158d3ad"
},
"downloads": -1,
"filename": "yasiu_image-0.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "415afbb72321a7275b703ac54f61d497",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 11753,
"upload_time": "2025-09-07T16:09:33",
"upload_time_iso_8601": "2025-09-07T16:09:33.117075Z",
"url": "https://files.pythonhosted.org/packages/6a/9b/1c32f95946711644c339e57de956b30dc03ccb62b3609430f87b32fa7da4/yasiu_image-0.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2870cbc42aa47dcd19c9731bad5befbaea6b001944a7d86709a344f492fe2a8b",
"md5": "0a37d7ebae50e8abbaf99ea83c495c9d",
"sha256": "69899fc7107e9c9f67f37c2e478a2157579f763cb595cee0eadf29c3d3cea24d"
},
"downloads": -1,
"filename": "yasiu_image-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "0a37d7ebae50e8abbaf99ea83c495c9d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 12123,
"upload_time": "2025-09-07T16:09:34",
"upload_time_iso_8601": "2025-09-07T16:09:34.386599Z",
"url": "https://files.pythonhosted.org/packages/28/70/cbc42aa47dcd19c9731bad5befbaea6b001944a7d86709a344f492fe2a8b/yasiu_image-0.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-07 16:09:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "GrzegorzKrug",
"github_project": "yasiu-image",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "yasiu-image"
}