All Downloads are FREE. Search and download functionalities are using the official Maven repository.

LibRawFX.1.0.3.source-code.module-info Maven / Gradle / Ivy

Go to download

This installs the native lib libraw as a JavaFX Image format provider similar to imageIO before on Swing

There is a newer version: 1.8.9
Show newest version
module org.librawfx {
    requires javafx.controls;
    requires java.desktop;
    requires javafx.graphics;
    requires javafx.base;
    requires jdk.incubator.foreign; 
    requires java.logging;
    exports org.librawfx;
    exports org.libraw;    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy