Skip to content
This repository has been archived by the owner on May 13, 2018. It is now read-only.

nroduit/jai-imageio-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jai-imageio-core

This is a mavenized clone of the latest available version of the Java Advanced Imaging Image I/O Tools API Core project. It depends on native code and a JNI wrapper which binaries are provided in the dcm4che Maven Repository.

To build this project, use Apache Maven 3.0.5 or newer and run: mvn clean install

Maven repository

To use jai-imageio-core from a Maven project, add:

<dependency>
    <groupId>com.sun.media</groupId> 
    <artifactId>jai_imageio</artifactId> 
    <version>1.2-pre-dr-b04</version> 
</dependency>

and:

<repositories>
    <repository>
        <id>www.dcm4che.org</id>
        <name>dcm4che Repository</name>
        <url>http://www.dcm4che.org/maven2</url>
    </repository>
</repositories>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.6%
  • HTML 2.4%