fogleman / gg

Go Graphics - 2D rendering in Go with a simple API.
https://godoc.org/github.com/fogleman/gg
MIT License
4.39k stars 355 forks source link

About image quality #78

Closed Seaony closed 5 years ago

Seaony commented 5 years ago

Hi guys. thank you for your work.

In the past few days, I have tried to use this package to make poster images. Everything is fine, but I have some doubts about the image quality. Please see this:

WX20190616-022915@2x

On the left is the generated image, and the design on the right The resulting image quality is quite different from the design draft. I also tried to use PHP GD and PHP Imagick, and the same happened. I want to know why, for what reason, thank you.

Seaony commented 5 years ago

and. Fonts introduced by LoadFontFace cannot control word weight

Seaony commented 5 years ago

Life continues, I solved the problem with a magnification scheme

evanfrawley commented 2 years ago

magnification scheme

@Seaony if you remember 3 years later, what is a magnification scheme?

shiguanghuxian commented 1 year ago

@Seaony 请问,这个字体加粗具体怎么实现的呢