How to improve resolution when reducing font size #253
Unanswered
AnastasiiaShta
asked this question in
Q&A
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. |
2 replies
|
still having no luck drawing pixel perfect / aligned fonts in Drawing v2.1.1 with Fonts 2.0.1 |
1 reply
|
test of Rendering Code: ImageSharp: versus System.Drawing using |
0 replies
|
What about when you use hinting? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions