This is a JavaFX Image example. JavaFX provides the Image API that lets you load and display images, and read/write raw image pixels. All classes are in the javafx.scene.image package. The API lets you: Load an image in memory Display an image as a node in a scene graph Read pixels from an image Write ...