Skip to content

haraldk/FX-IIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaFX ImageIO bridge

Allows reading/writing JavaFX WritableImage/Images using the javax.imageio package, for greatly extended format support in JavaFX.

This solution reads or writes directly from/to the JavaFX Image/WritableImage, and does not simply use SwingFXUtils.toFXImage after the image was read, making it a lot more memory-efficient and possibly faster, especially for reading large images.

Releases

No releases published

Packages

No packages published

Languages