Krassnig / CodeDraw

CodeDraw is a beginner-friendly drawing library which can be used to create pictures, animations and even interactive applications.
https://krassnig.github.io/CodeDrawJavaDoc/
MIT License
18 stars 7 forks source link

High DPI graphical rendering #6

Closed Krassnig closed 2 years ago

Krassnig commented 2 years ago

On High DPI devices CodeDraw/AWT upscales the drawn image through bicubic interpolation. The result doesn't look very good usually.

Krassnig commented 2 years ago

Version 1.1.0 of CodeDraw fixes that issue by doubling (or more) the resolution of the canvas, then downscaling.