funcnodes-images


Namefuncnodes-images JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryBasic functionalities to work with images in Funcnodes
upload_time2024-09-26 13:07:12
maintainerNone
docs_urlNone
authorJulian Kimmig
requires_python>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FuncNodes Images

## Overview

`funcnodes-images` is an extension of the [FuncNodes](https://github.com/linkdlab/funcnodes) framework that provides nodes for image manipulation and processing. It supports operations like resizing, cropping, and scaling images, and it integrates seamlessly with FuncNodes computational graphs. This package supports image formats such as `PillowImageFormat` and `NumpyImageFormat`, enabling flexibility in handling images via PIL and NumPy.

## Installation

Install the package using:

```bash
pip install funcnodes-images
```

## Getting Started

To begin using `funcnodes-images`, you will need to have the core `FuncNodes` framework installed and set up. Please refer to the [FuncNodes](https://github.com/linkdlab/funcnodes) documentation for details.

### Example Usage

You can integrate the image nodes into your FuncNodes workflows by connecting inputs and outputs between nodes to perform tasks such as resizing, cropping, or converting images between formats.

## Custom Image Formats

This package provides `PillowImageFormat` and `NumpyImageFormat` to handle images using the Pillow and NumPy libraries respectively. You can register your custom image formats by utilizing the `register_imageformat` function.

```python
from funcnodes_images import register_imageformat, ImageFormat

# Custom image format example
class CustomImageFormat(ImageFormat):
    # Define custom format logic here

register_imageformat(CustomImageFormat, 'custom')
```

## Contribution

You are welcome to contribute to this project by submitting pull requests, adding new nodes, fixing bugs, or enhancing the documentation.

## License

This project is licensed under the MIT License.

## Contact

For any questions or issues, please open an issue on the GitHub repository.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "funcnodes-images",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Julian Kimmig",
    "author_email": "julian.kimmig@gmx.net",
    "download_url": "https://files.pythonhosted.org/packages/d2/df/47c53a36f361a6a64787551df214e3f90b4fd35f8b592511a2d9587a66e4/funcnodes_images-0.2.1.tar.gz",
    "platform": null,
    "description": "# FuncNodes Images\n\n## Overview\n\n`funcnodes-images` is an extension of the [FuncNodes](https://github.com/linkdlab/funcnodes) framework that provides nodes for image manipulation and processing. It supports operations like resizing, cropping, and scaling images, and it integrates seamlessly with FuncNodes computational graphs. This package supports image formats such as `PillowImageFormat` and `NumpyImageFormat`, enabling flexibility in handling images via PIL and NumPy.\n\n## Installation\n\nInstall the package using:\n\n```bash\npip install funcnodes-images\n```\n\n## Getting Started\n\nTo begin using `funcnodes-images`, you will need to have the core `FuncNodes` framework installed and set up. Please refer to the [FuncNodes](https://github.com/linkdlab/funcnodes) documentation for details.\n\n### Example Usage\n\nYou can integrate the image nodes into your FuncNodes workflows by connecting inputs and outputs between nodes to perform tasks such as resizing, cropping, or converting images between formats.\n\n## Custom Image Formats\n\nThis package provides `PillowImageFormat` and `NumpyImageFormat` to handle images using the Pillow and NumPy libraries respectively. You can register your custom image formats by utilizing the `register_imageformat` function.\n\n```python\nfrom funcnodes_images import register_imageformat, ImageFormat\n\n# Custom image format example\nclass CustomImageFormat(ImageFormat):\n    # Define custom format logic here\n\nregister_imageformat(CustomImageFormat, 'custom')\n```\n\n## Contribution\n\nYou are welcome to contribute to this project by submitting pull requests, adding new nodes, fixing bugs, or enhancing the documentation.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Contact\n\nFor any questions or issues, please open an issue on the GitHub repository.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Basic functionalities to work with images in Funcnodes",
    "version": "0.2.1",
    "project_urls": {
        "download": "https://pypi.org/project/funcnodes-images/#files",
        "homepage": "https://github.com/Linkdlab/funcnodes_images",
        "source": "https://github.com/Linkdlab/funcnodes_images",
        "tracker": "https://github.com/Linkdlab/funcnodes_images/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08f4c5943326e42710a3e4363969c978a37701d05e854a2e3d63e8ed13edde81",
                "md5": "64290c39a8a910b65045dec9f13be671",
                "sha256": "cd6425fc3244bdd92d3e96a19e59027e3c2ed6ce0a72777d1cf8816e91dbefe9"
            },
            "downloads": -1,
            "filename": "funcnodes_images-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "64290c39a8a910b65045dec9f13be671",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 8980,
            "upload_time": "2024-09-26T13:07:11",
            "upload_time_iso_8601": "2024-09-26T13:07:11.624466Z",
            "url": "https://files.pythonhosted.org/packages/08/f4/c5943326e42710a3e4363969c978a37701d05e854a2e3d63e8ed13edde81/funcnodes_images-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2df47c53a36f361a6a64787551df214e3f90b4fd35f8b592511a2d9587a66e4",
                "md5": "e3d691eb61a467cea51a6e16df74fed6",
                "sha256": "4cad013db18c659471efcee3219c504887984c12923c79c5d4dc241f49219478"
            },
            "downloads": -1,
            "filename": "funcnodes_images-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e3d691eb61a467cea51a6e16df74fed6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 7393,
            "upload_time": "2024-09-26T13:07:12",
            "upload_time_iso_8601": "2024-09-26T13:07:12.609979Z",
            "url": "https://files.pythonhosted.org/packages/d2/df/47c53a36f361a6a64787551df214e3f90b4fd35f8b592511a2d9587a66e4/funcnodes_images-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-26 13:07:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Linkdlab",
    "github_project": "funcnodes_images",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "funcnodes-images"
}
        
Elapsed time: 0.32211s