Giter Club home page Giter Club logo

jai-imageio-jpeg2000's Introduction

jai-imageio-jpeg2000

Build Status

JPEG2000 support for Java Advanced Imaging Image I/O Tools API core jai-imagecore-core.

The jj2000 package in this module is licensed under the JJ2000 license and is therefore not compatible with the GPL 3 license. It should however still be compatible with licenses that allow replacable binary dependencies, like Apache, BSD and LGPL.

NOTE: This is a module extracted from the java.net project jai-imageio-core. It depends on the jai-imageio-core module.

There is NO FURTHER DEVELOPMENT in this repository; any commits here are just to keep the build working with recent versions of Maven/Java - the date in the version number indicates the time of such modifications and should not have any effect on functionality.

If you are not concerned about GPL compatibility or source code availability, you might instead want to use https://github.com/geosolutions-it/imageio-ext/ which is actively maintained and extends the original imageio with many useful features, but depends on the binary distribution of jai_core.

Usage

To build this project, use Apache Maven 2.0.9 or newer and run:

mvn clean install

(If you are using JDK8, uncomment the -Xdoclint:none line in pom.xml)

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

<dependency>
    <groupId>net.java.dev.jai-imageio</groupId>
    <artifactId>jai-imageio-jpeg2000</artifactId>
    <version>1.2-pre-dr-b04-2014-09-13</version>
</dependency>

and:

<repositories>
    <repository>
        <releases />
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
        <id>mygrid-repository</id>
        <name>myGrid Repository</name>
        <url>http://www.mygrid.org.uk/maven/repository</url>
    </repository>
</repositories>

This repository includes source JARs and javadoc, which should be picked up for instance by the Eclipse Maven support.

Download

To download the binary JARs, browse the Maven repository.

Javadoc

Copyright and licenses

  • Copyright © 1999/2000 JJ2000 Partners
  • Copyright © 2005 Sun Microsystems
  • Copyright © 2010-2014 University of Manchester

The complete copyright notice for this project is in COPYRIGHT.md

The source code license for the com.sun.media package and the build modifications (e.g. pom.xml) are BSD 3-clause, see LICENSE-Sun.txt

The jj2000 package in this module is licensed under the JJ2000 license which is not compatible with the GNU Public License (GPL).

Changelog

More info

jai-imageio-jpeg2000's People

Contributors

stain avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.