I am using ImageTool's PNG encoder to create an image.
I have a Grid
that contains multiple TextBlock
s, each TextBlock
contains dynamic text.
When I create a WriteableBitmap
from the grid containing the TextBlock
s, 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.