Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Simple merging of two images together #189

Open
adelin-b opened this issue Jul 29, 2024 · 1 comment
Open

Feature: Simple merging of two images together #189

adelin-b opened this issue Jul 29, 2024 · 1 comment

Comments

@adelin-b
Copy link

adelin-b commented Jul 29, 2024

Hello, in the example shown on the website there is a lot of filters etc but I didnt found basic operation on images like merging two images together, which is an usecase that happen a lot in my current company and I wanted to find ways to optimize this.

For example i have a blue square and a red one, and i want to merge the image together to produce a new one:
image

And same for erasing :
image
Would become
image

@ben-black-tec
Copy link

I was looking for the same use-case, and I think I can get this to work with watermark function https://docs.rs/photon-rs/latest/photon_rs/multiple/fn.watermark.html But its not super fast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants