T
trant
I am creating an image containing text and sometimes it is scaled down and
when I do so I use the simple drawImage(img, 0, 0, width height) to perform
the scaling. The result is the text distorts significantly.
I know .NET has some other more specific scaling abilities but does it boil
down to the same quality as what is being done in the background for
drawImage? Or would I expect better results?
If no better result, is there perhaps a 3rd party tool you may recommend
that would do a good job?
when I do so I use the simple drawImage(img, 0, 0, width height) to perform
the scaling. The result is the text distorts significantly.
I know .NET has some other more specific scaling abilities but does it boil
down to the same quality as what is being done in the background for
drawImage? Or would I expect better results?
If no better result, is there perhaps a 3rd party tool you may recommend
that would do a good job?