Help with the Quality of image #315
-
Hi. But when I set a scale too low, the quality is almost unreadable. Hope you understand my issue and can help me get better quality. Kind regards.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Try calling When in doubt, check the code of |
Beta Was this translation helpful? Give feedback.
Try calling
renderer.RenderToBitmap(0, 0, DPI)
, whereDPI
is a number bigger than the standard 96 (say, 192).When in doubt, check the code of
RenderToPng
; I believe it only uses public stuff and is very simplified.