UIElement 转 PNG - 文本稍微模糊

发布于 2024-08-20 14:55:45 字数 369 浏览 9 评论 0原文

我正在使用 ImageTool 的 PNG 编码器来创建图像。

我有一个包含多个 TextBlock 的 Grid,每个 TextBlock 都包含动态文本。

当我从包含 TextBlock 的网格创建 WriteableBitmap 时,我使用 ImageTool 的编码器将 WriteableBitmap 转换为 PNG 图像。

一切都很好,但是,当我查看 PNG 图像时(为了测试目的,我将文件保存到硬盘上)——文本看起来有点模糊。这是编码器或 WriteableBitmap 类的问题吗?并且 - 有人以前经历过这种情况吗?有解决方法吗?

谢谢。

I am using ImageTool's PNG encoder to create an image.

I have a Grid that contains multiple TextBlocks, each TextBlock contains dynamic text.

When I create a WriteableBitmap from the grid containing the TextBlocks, I then use ImageTool's encoder to convert the WriteableBitmap to a PNG image.

All works well, however, when I view the PNG image (am saving the file to the hard drive for testing purposes) - the text looks slightly blurred. Is this an issue with the encoder or the WriteableBitmap class? And - has anyone experienced this before and are there workarounds?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绅刃 2024-08-27 14:55:45

我是 ImageTool 项目的一部分,但我正在扮演测试人员的角色,因为我在我的一个项目中使用这个库...如果您可以创建一个示例,那么您可能可以向我们展示,以便我们可以在我们的项目中进行测试机器。

您还可以尝试使用 Joe Stegman 的编码器或 fJCore JPEG 编码器。

I'm a part of ImageTool project but I'm playing as a tester since I'm using this library in one of my project... If you can create a sample then you can probably show us so that we can test in our machine.

You can also try with Joe Stegman's encoder or fJCore JPEG encoder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文