commit | 772ea3919281f3d13e6f39901d894db73efe242c | [log] [tgz] |
---|---|---|
author | Bruno P. Kinoshita <kinow@apache.org> | Sat Aug 25 19:10:28 2018 +1200 |
committer | Bruno P. Kinoshita <kinow@apache.org> | Sat Aug 25 19:10:28 2018 +1200 |
tree | 43aa1b7fc84431c4e98ecd3461a28562eb4d2f78 | |
parent | d2ec76bd10f30c39ae5180ede1254908e76045f0 [diff] | |
parent | 8f8655bb5bb50213227aeafcb2887975119577df [diff] |
Merge remote-tracking branch 'origin/IMAGING-154' This closes #35
Apache Commons Imaging (previously Sanselan) is a pure-Java image library.
More information can be found on the Apache Commons Imaging homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons Imaging should be posted to the user mailing list.
There is currently no stable release of Imaging. However you can pull the latest SNAPSHOT from the Apache snapshot repository by adding the snapshot repository to your pom.xml:
<repository> <id>apache.snapshots</id> <name>Apache Development Snapshot Repository</name> <url>https://repository.apache.org/content/repositories/snapshots/</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository>
Then you can use the SNAPSHOT version of Commons Imaging in your pom.xml:
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-imaging</artifactId> <version>1.0-SNAPSHOT</version> </dependency>
The last stable release of Sanselan, before it was renamed to Imaging, was 0.97. You may:
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-sanselan</artifactId> <version>0.97</version> </dependency>
Note that Commons Imaging and Commons Sanselan are neither binary nor source compatible.
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:
mvn clean test
.If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.
This code is under the Apache Licence v2.
See the NOTICE.txt
file for required notices and attributions.
You like Apache Commons Imaging? Then donate back to the ASF to support the development.
#apache-commons
IRC channel on irc.freenode.org