silvia-odwyer / photon

⚡ Rust/WebAssembly image processing library
https://silvia-odwyer.github.io/photon
Apache License 2.0
2.72k stars 154 forks source link

Watermark with opacity #148

Open HarrisDePerceptron opened 1 year ago

HarrisDePerceptron commented 1 year ago

@silvia-odwyer any way to have watermark with opacity. or something with png watermark with no background

silvia-odwyer commented 1 year ago

@HarrisDePerceptron If you take a look at the watermark example in the Photon demo linked here, it includes an example where the watermark doesn't have a background. The example is underneath the Transform filters, if you click on the "Watermark" text, the watermark will be applied to the photo. So it's possible with the current watermark method available. Let me know if you have any queries. 😄