c# - TIFF image prints fuzzy (but works fine from Paint.Net) -


I have created a TIFF image from several lines of text, and it is quite large at 300DPI. The image itself looks very good. The font is set as follow-up when drawing the picture in the picture:

  drawing. ShootingMode = SmoothingMode Default; Drawing. Text Reconstruction Hunt = System. Drawing Lesson Text re-reporting. Systems Default;  

When I print the image, the text comes out of fuzzy (I'm printing on a low-res printer). But, if I take the exact picture and print it with Paint.NET, it prints beautifully. The difference is that when I print in Paint.net, it asks me whether it should speed up the image for printing - when I say yes, then it works.

My question is, what is the cat doing to speed up the Paint.NET image and how do I duplicate it? I will post some code tonight for help in answering a reply, if anyone has the answer.

Thank you!

is a prefix.net .NET C # library. There are many components in it and one of these components is an imaging library, which in fact retains the filter (among many other types of filters). You can download the library here:

And if you need help using it, then here:


Comments