Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/russ-p/ico4jfx
The ico4jfx library allows you to read ico-file in 100% pure Java (FX, not AWT).
https://github.com/russ-p/ico4jfx
ico javafx javafx-library
Last synced: about 23 hours ago
JSON representation
The ico4jfx library allows you to read ico-file in 100% pure Java (FX, not AWT).
- Host: GitHub
- URL: https://github.com/russ-p/ico4jfx
- Owner: russ-p
- License: lgpl-3.0
- Created: 2020-05-02T09:38:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T09:46:35.000Z (over 4 years ago)
- Last Synced: 2024-11-19T21:32:52.006Z (2 months ago)
- Topics: ico, javafx, javafx-library
- Language: Java
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ico4jfx
The ico4jfx library allows you to read ico-file as javafx.scene.image.Image without using java.awt.* package
Based on image4j (https://github.com/imcdonagh/image4j)