How to improve resolution when reducing font size #253
Replies: 4 comments 6 replies
-
What font are you using? All I can see here is some images which have been zoomed using software with a low quality resampler. There’s nothing to go with. |
Beta Was this translation helpful? Give feedback.
-
still having no luck drawing pixel perfect / aligned fonts in Drawing v2.1.1 with Fonts 2.0.1 |
Beta Was this translation helpful? Give feedback.
-
test of Rendering Code:
ImageSharp:
versus System.Drawing using
|
Beta Was this translation helpful? Give feedback.
-
What about when you use hinting? |
Beta Was this translation helpful? Give feedback.
-
Hello
I faced a problem:
I save the photo in jpg format. When I use png the situation is much better, but as the font size decreases, the resolution still degrades a lot. I need to save it exactly in jpg format. Maybe you can help me with this.
Font size 20
Font size 10
Font size 5
var font = family.CreateFont(10, FontStyle.Regular); image.Mutate(x=>x.DrawText( text, font, new SolidBrush(Color.Black), new PointF(rectangle.X , rectangle.Y)));
I'm using version 1.0.0-beta19
Beta Was this translation helpful? Give feedback.
All reactions