# 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. Pyplot 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/d5/dc/99c5c391655503ea1b7737433b85338187fb7adc7bf28084204812920aa6/yasiu_image-0.2.2.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```\n\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. Pyplot visualisation Package](https://pypi.org/project/yasiu-vis/)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Easier image processing.",
"version": "0.2.2",
"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": "",
"digests": {
"blake2b_256": "b8210938f6d354eca1ecee093105b4d709028e574c22aa31b3b1c4cb159975d0",
"md5": "998ebf56e9ad69ec65356cf13ac0cdfe",
"sha256": "257f9c7cd81e063d16626e04045d1047fcb656040200a9b71af68243e8790571"
},
"downloads": -1,
"filename": "yasiu_image-0.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "998ebf56e9ad69ec65356cf13ac0cdfe",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 8870,
"upload_time": "2024-12-20T19:48:28",
"upload_time_iso_8601": "2024-12-20T19:48:28.117976Z",
"url": "https://files.pythonhosted.org/packages/b8/21/0938f6d354eca1ecee093105b4d709028e574c22aa31b3b1c4cb159975d0/yasiu_image-0.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d5dc99c5c391655503ea1b7737433b85338187fb7adc7bf28084204812920aa6",
"md5": "7bc85c4c8d31e53270342d3b4e59ae6a",
"sha256": "9265be1083bc7c594bb417f03dd7146717c287d99f0d43ccd2afa9017f0781cb"
},
"downloads": -1,
"filename": "yasiu_image-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "7bc85c4c8d31e53270342d3b4e59ae6a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 9305,
"upload_time": "2024-12-20T19:48:33",
"upload_time_iso_8601": "2024-12-20T19:48:33.174590Z",
"url": "https://files.pythonhosted.org/packages/d5/dc/99c5c391655503ea1b7737433b85338187fb7adc7bf28084204812920aa6/yasiu_image-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-20 19:48:33",
"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"
}