JDK-8119312 : Create public API to replace internal APIs to convert BufferedImage objects to JavaFX Image objects
Type:Bug
Component:javafx
Sub-Component:graphics
Affected Version:7u6
Priority:P3
Status:Closed
Resolution:Fixed
Submitted:2012-05-18
Updated:2015-06-17
Resolved:2012-05-22
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.
With the new pixel reading/writing APIs created to fix RT-17409, we can now create a public convenience API to import and export BufferedImages from JavaFX Images.
Comments
verified in b13
21-06-2012
Fixed in the graphics scrum with the following changeset:
changeset: 16110:f981d10a7ead
date: Tue May 22 09:56:01 2012 -0700
summary: Fix RT-21639: new public API for BufferedImage import/export.
The new methods are in a brand new class javafx.embed.swing.SwingFXUtils