FreeTypeAbstraction.jl
FreeTypeAbstraction.jl copied to clipboard
Rendering onto an existing array with RGBA bcolor
I'm trying to render a string over an existing image using a transparent bcolor
. But renderstring
seems to replace the existing values instead of blending them.
Would it be useful to blend RGBA
values? Or at least have a kwarg to control if that happens?