oh-my-ocr / text_renderer

https://oh-my-ocr.github.io/text_renderer/README.html
MIT License
801 stars 161 forks source link

能生成彩色的图片吗,我发现生成的都是黑白的 #11

Closed afterimagex closed 3 years ago

afterimagex commented 3 years ago

能生成彩色的图片吗,我发现生成的都是黑白的

xxxpsyduck commented 3 years ago

Definitely. In the demo gif you can see color texts

Sanster commented 3 years ago

@afterimagex 把 RenderCfg 的 gray 参数设置成 False,默认使用 SimpleTextColorCfg 生成字体的颜色,里面基本上是随机获得取各通道颜色,你也可以自己实现下取字体颜色的策略