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

org.libraw.C 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
package org.libraw;
// Generated by jextract

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Annotation to indicate C types
 */
@Target({ ElementType.TYPE_USE })
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface C {
    /**
     * The C type associated with a given Java type
     * @return The C type associated with a given Java type
     */
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy