Skip to content

Improvements for Image Branding #16

@Jailander

Description

@Jailander

In strands-project/strands_utils#112 some improvements were suggested by @cburbridge for this module, just reposting the suggestion here to close the issue on the strands_utils repository

"Sounds good. At the moment the code adds the rgb of the overlay to the RGB of the image:
output_image = input_image + 0.7 overlay. I was thinking maybe add an option to use the transparency channel of the PNG to allow overlaying as a replacement:
output_image = input_image if overlay is transparent else overlay
This way, it would be possible to overlay something on top of white backgrounds, and colours wont be diluted by the background.

Would it be better as a service rather than action? We could also add an option to process image streams continuously."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions