blob: 71059c8cefff140cc59652a98180dd6a25597ab9 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>Commons</title>
<author email="dev@commons.apache.org">Commons Documentation Team</author>
</properties>
<body>
<section name="Commons Imaging: a Pure-Java Image Library">
<subsection name="Introduction">
<p>
Apache Commons Imaging, previously known as Apache Commons Sanselan, is a library that
reads and writes a variety of image formats, including fast parsing
of image info (size, color space, ICC profile, etc.) and metadata.
</p>
<p>
This library is pure Java. It's slower, consequently, but perfectly portable.
It's easier to use than ImageIO/JAI/Toolkit (Sun/Java's image support), supports
more formats (and supports them more correctly). It also provides easy access to metadata.
</p>
<p>
Imaging was working and was used by a number of projects in production even before version 1.0.
</p>
<p>
This project is Open Source; free as in freedom and free as in beer.
It is available under the ASF (Apache) License. This is a non-viral Open Source license.
</p>
<p>
<ul>
<li><a href="whyimaging.html">Why Use Commons Imaging?</a></li>
<li><a href="gettingstarted.html">Getting Started</a></li>
</ul>
</p>
</subsection>
<subsection name="Downloads">
<p>
Current release: 0.97, February 14th, 2009
<ul>
<li><a href="http://commons.apache.org/imaging/download_imaging.cgi">Download latest release</a></li>
</ul>
</p>
<p>
API reference:
<ul>
<li><a href="apidocs/index.html">Javadocs</a></li>
<ul>
<li>Start with the <a href="apidocs/index.html?org/apache/commons/imaging/Imaging.html">Imaging class</a></li>
</ul>
</ul>
</p>
</subsection>
</section>
</body>
</document>