JDK-8123651 : Prism: no antialiasing when rendering images with a 3D transform
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-07-16
  • Updated: 2015-06-17
  • Resolved: 2013-08-05
Related Reports
Duplicate :  
Description
Related to RT-5534, when rotating an image in 3D, it is aliased, whereas rotating a shape is nicely anti-aliased. Rotating an ImageView should also produce nicely anti-aliased rendering for 2D apps. There should also be a way to opt out of such things for performance reasons where necessary.

I remember there is another issue from days of yore about this, where AA was turned off for images so they could be "stitched" together.