https://github.com/haraldk/fx-iio
JavaFX ImageIO bridge
https://github.com/haraldk/fx-iio
imageio java javafx javafx-imageio-bridge
Last synced: about 1 month ago
JSON representation
JavaFX ImageIO bridge
- Host: GitHub
- URL: https://github.com/haraldk/fx-iio
- Owner: haraldk
- License: bsd-3-clause
- Created: 2014-10-06T14:26:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T13:15:37.000Z (about 6 years ago)
- Last Synced: 2025-03-25T05:24:47.229Z (about 2 months ago)
- Topics: imageio, java, javafx, javafx-imageio-bridge
- Language: Java
- Size: 11.7 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JavaFX ImageIO bridge
=====================Allows reading/writing JavaFX `WritableImage/Image`s 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.