1

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.

Dave Clemmer
  • 3,741
  • 12
  • 49
  • 72
Chris
  • 2,148
  • 8
  • 31
  • 52

1 Answers1

0

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.

Michael Sync
  • 4,834
  • 10
  • 40
  • 58