Apply gaussian filter on text

106 views Asked by At

I'm trying to window a letter in a gaussian contrast envelope (so that the center of the letter is black and it has a smooth falloff around the edges) I've written a gaussian filter with the size of the letter and I'm using text() function to draw the letter. I don't know how to apply the filter to a text. Is it possible?

0

There are 0 answers