JDK-8113539 : LCD Text appears not to be gamma adjusted
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: fx2.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2011-06-13
  • Updated: 2015-06-16
  • Resolved: 2011-11-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
fx2.1Fixed
Related Reports
Blocks :  
Duplicate :  
Description
On comparing with JDK, Prism's LCD text looks like its not adjusted for gamma=1.3 that
appears in the source. Not sure what's going on here.
Comments
Verified by visually comparing JDK and Windows LCD text glyphs and the same in FX.
28-03-2012

1. The gamma and inverse gamma were swapped 2. The shader calculated an adjusted read back dst pixel but didn't use it.
02-11-2011