Closed rajat-mangla closed 5 years ago
I think it should be possible via one of the blending modes, i.e.:
import "github.com/anthonynsimon/bild/blend"
opacity := 0.25
result := blend.Opacity(mainImage, watermark, opacity)
https://godoc.org/github.com/anthonynsimon/bild/blend#Opacity
Is there any way, I can have the above functionality using this library