使用 Graphics.Drawstring() 时防止颜色溢出?
使用 vb .net Graphics.Drawstring 方法时如何防止颜色相互渗透。 这种情况发生在不应该一起使用的颜色上,例如绿色/橙色以及黑色和红色。 谢谢
How do I prevent colors form bleeding into one another when using the vb .net Graphics.Drawstring method. This Occurs with colors that really shouldnt be used together eg green/orange and black and red.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来您启用了抗锯齿功能。 您是否尝试过禁用它?
Sounds like you have antialiasing enabled. Have you tried to disable that?
我通过生成 png 而不是 jpeg 解决了这个问题,质量最终好多了
I fixed this by generating png's instead of jpegs the quality ended up being a lot better