I am aware of sub-pixel shapes, such as Rectangle2D.Double
, Ellipse2D.Double
and Line2D.Double
- but I couldn't find information about drawing an Image
/ BufferedImage
with sub-pixel accuracy.
Perhaps something that would look like this - Image2D.Double
?
Is there any way I can achieve this?