Open kastentx opened 5 years ago
It's related to node-pureimage library. I can try to update to the latest version later, but I don't think it could resolve text antialiasing problem.
I see. I appreciate the help, in either case!
Here's what I'm getting now, I'm not 100% sure if this is antialiasing or possibly something different: https://imgur.com/a/y0VPodt. With node-canvas
the labels look like this: https://raw.githubusercontent.com/CODAIT/node-red-contrib-model-asset-exchange/master/docs/images/object_detector.png but I need something that can also run on a Pi.
Check the latest version
When drawing on top of a PNG image, I can use draw functions like
strokeRect
andclearRect
, but I'm unable to usefillRect
at all, and the text fromfillText
appears kind of blurry and distorted.Is this a known issue, if so, are there any known workarounds?