SVGImage
SVGImage copied to clipboard
Convert image to gray scale
Describe the solution you'd like
I want to convert the image to gray sacle. I've tried OverrideColor
, OverrideFillColor
and OverrideStrokeColor
, but the effect is not satisfying. Just like convert the png image to gray scale, how to do it in SVGImage? Or is there any way that I can get the rendered image to modify it by myself?