New answers tagged antialiasing
3
I don't know much about java.awt but from the documentation I can tell you this:
The antialiasing option you are using does not use multiple samples like MSAA and thus does not support the MSAA x2, x4 ... sample counts. The antialiasing method of awt blends the edge pixels with the destination surface by using the exact coverage of the target pixel as the ...
Top 50 recent answers are included