Skip to main content

Basic functionalities to work with images in Funcnodes

Project description

FuncNodes Images

Overview

funcnodes-images is an extension of the 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:

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 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.

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

funcnodes_images-0.2.1.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

funcnodes_images-0.2.1-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page