Updated with latest release information

This commit is contained in:
Harald Kuhr 2018-08-18 23:27:46 +02:00
parent e6610cf721
commit 147b805713

View File

@ -46,7 +46,7 @@
<h2> <h2>
<a id="latest" class="anchor" href="#latest" aria-hidden="true"><span class="octicon octicon-link"></span></a>Latest</h2> <a id="latest" class="anchor" href="#latest" aria-hidden="true"><span class="octicon octicon-link"></span></a>Latest</h2>
<p>TwelveMonkeys ImageIO <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3Acom.twelvemonkeys*%20AND%20v%3A%223.3.2%22">3.3.2</a> is released (Feb. 2nd, 2017).</p> <p>TwelveMonkeys ImageIO <a href="https://search.maven.org/search?q=g:com.twelvemonkeys.imageio%20AND%20v:3.4">3.4</a> is released (Aug. 18th, 2018).</p>
<p>See <a href="https://github.com/haraldk/TwelveMonkeys/releases/latest">release notes</a> for full details. <p>See <a href="https://github.com/haraldk/TwelveMonkeys/releases/latest">release notes</a> for full details.
<h2> <h2>
@ -653,12 +653,12 @@ while (readers.hasNext()) {
&lt;dependency&gt; &lt;dependency&gt;
&lt;groupId&gt;com.twelvemonkeys.imageio&lt;/groupId&gt; &lt;groupId&gt;com.twelvemonkeys.imageio&lt;/groupId&gt;
&lt;artifactId&gt;imageio-jpeg&lt;/artifactId&gt; &lt;artifactId&gt;imageio-jpeg&lt;/artifactId&gt;
&lt;version&gt;3.3.2&lt;/version&gt; &lt;version&gt;3.4&lt;/version&gt;
&lt;/dependency&gt; &lt;/dependency&gt;
&lt;dependency&gt; &lt;dependency&gt;
&lt;groupId&gt;com.twelvemonkeys.imageio&lt;/groupId&gt; &lt;groupId&gt;com.twelvemonkeys.imageio&lt;/groupId&gt;
&lt;artifactId&gt;imageio-tiff&lt;/artifactId&gt; &lt;artifactId&gt;imageio-tiff&lt;/artifactId&gt;
&lt;version&gt;3.3.2&lt;/version&gt; &lt;version&gt;3.4&lt;/version&gt;
&lt;/dependency&gt; &lt;/dependency&gt;
&lt;/dependencies&gt; &lt;/dependencies&gt;
</code></pre> </code></pre>
@ -667,13 +667,13 @@ while (readers.hasNext()) {
<p>To depend on the JPEG and TIFF plugin in your IDE or program, add all of the following JARs to your class path:</p> <p>To depend on the JPEG and TIFF plugin in your IDE or program, add all of the following JARs to your class path:</p>
<pre><code>twelvemonkeys-common-lang-3.3.2.jar <pre><code>twelvemonkeys-common-lang-3.4.jar
twelvemonkeys-common-io-3.3.2.jar twelvemonkeys-common-io-3.4.jar
twelvemonkeys-common-image-3.3.2.jar twelvemonkeys-common-image-3.4.jar
twelvemonkeys-imageio-core-3.3.2.jar twelvemonkeys-imageio-core-3.4.jar
twelvemonkeys-imageio-metadata-3.3.2.jar twelvemonkeys-imageio-metadata-3.4.jar
twelvemonkeys-imageio-jpeg-3.3.2.jar twelvemonkeys-imageio-jpeg-3.4.jar
twelvemonkeys-imageio-tiff-3.3.2.jar twelvemonkeys-imageio-tiff-3.4.jar
</code></pre> </code></pre>
<h3><a id="user-content-links-to-prebuilt-binaries" class="anchor" href="#links-to-prebuilt-binaries" aria-hidden="true"><span class="octicon octicon-link"></span></a>Links to prebuilt binaries</h3> <h3><a id="user-content-links-to-prebuilt-binaries" class="anchor" href="#links-to-prebuilt-binaries" aria-hidden="true"><span class="octicon octicon-link"></span></a>Links to prebuilt binaries</h3>
@ -685,52 +685,52 @@ twelvemonkeys-imageio-tiff-3.3.2.jar
<p>Common dependencies</p> <p>Common dependencies</p>
<ul> <ul>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/common/common-lang/3.3.2/common-lang-3.3.2.jar">common-lang-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/common/common-lang/3.4/common-lang-3.4.jar">common-lang-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/common/common-io/3.3.2/common-io-3.3.2.jar">common-io-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/common/common-io/3.4/common-io-3.4.jar">common-io-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/common/common-image/3.3.2/common-image-3.3.2.jar">common-image-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/common/common-image/3.4/common-image-3.4.jar">common-image-3.4.jar</a></li>
</ul> </ul>
<p>ImageIO dependencies</p> <p>ImageIO dependencies</p>
<ul> <ul>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-core/3.3.2/imageio-core-3.3.2.jar">imageio-core-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-core/3.4/imageio-core-3.4.jar">imageio-core-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-metadata/3.3.2/imageio-metadata-3.3.2.jar">imageio-metadata-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-metadata/3.4/imageio-metadata-3.4.jar">imageio-metadata-3.4.jar</a></li>
</ul> </ul>
<p>ImageIO plugins</p> <p>ImageIO plugins</p>
<ul> <ul>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-bmp/3.3.2/imageio-bmp-3.3.2.jar">imageio-bmp-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-bmp/3.4/imageio-bmp-3.4.jar">imageio-bmp-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-jpeg/3.3.2/imageio-jpeg-3.3.2.jar">imageio-jpeg-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-jpeg/3.4/imageio-jpeg-3.4.jar">imageio-jpeg-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-tiff/3.3.2/imageio-tiff-3.3.2.jar">imageio-tiff-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-tiff/3.4/imageio-tiff-3.4.jar">imageio-tiff-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-pnm/3.3.2/imageio-pnm-3.3.2.jar">imageio-pnm-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-pnm/3.4/imageio-pnm-3.4.jar">imageio-pnm-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-psd/3.3.2/imageio-psd-3.3.2.jar">imageio-psd-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-psd/3.4/imageio-psd-3.4.jar">imageio-psd-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-hdr/3.3.2/imageio-hdr-3.3.2.jar">imageio-hdr-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-hdr/3.4/imageio-hdr-3.4.jar">imageio-hdr-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-iff/3.3.2/imageio-iff-3.3.2.jar">imageio-iff-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-iff/3.4/imageio-iff-3.4.jar">imageio-iff-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-pcx/3.3.2/imageio-pcx-3.3.2.jar">imageio-pcx-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-pcx/3.4/imageio-pcx-3.4.jar">imageio-pcx-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-pict/3.3.2/imageio-pict-3.3.2.jar">imageio-pict-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-pict/3.4/imageio-pict-3.4.jar">imageio-pict-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-sgi/3.3.2/imageio-sgi-3.3.2.jar">imageio-sgi-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-sgi/3.4/imageio-sgi-3.4.jar">imageio-sgi-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-tga/3.3.2/imageio-tga-3.3.2.jar">imageio-tga-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-tga/3.4/imageio-tga-3.4.jar">imageio-tga-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-icns/3.3.2/imageio-icns-3.3.2.jar">imageio-icns-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-icns/3.4/imageio-icns-3.4.jar">imageio-icns-3.4.jar</a></li>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-thumbsdb/3.3.2/imageio-thumbsdb-3.3.2.jar">imageio-thumbsdb-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-thumbsdb/3.4/imageio-thumbsdb-3.4.jar">imageio-thumbsdb-3.4.jar</a></li>
</ul> </ul>
<p>ImageIO plugins requiring 3rd party libs</p> <p>ImageIO plugins requiring 3rd party libs</p>
<ul> <ul>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-batik/3.3.2/imageio-batik-3.3.2.jar">imageio-batik-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-batik/3.4/imageio-batik-3.4.jar">imageio-batik-3.4.jar</a></li>
</ul> </ul>
<p>Photoshop Path support for ImageIO</p> <p>Photoshop Path support for ImageIO</p>
<ul> <ul>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-clippath/3.3.2/imageio-clippath-3.3.2.jar">imageio-clippath-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/imageio/imageio-clippath/3.4/imageio-clippath-3.4.jar">imageio-clippath-3.4.jar</a></li>
</ul> </ul>
<p>Servlet support</p> <p>Servlet support</p>
<ul> <ul>
<li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/servlet/servlet/3.3.2/servlet-3.3.2.jar">servlet-3.3.2.jar</a></li> <li><a href="http://search.maven.org/remotecontent?filepath=com/twelvemonkeys/servlet/servlet/3.4/servlet-3.4.jar">servlet-3.4.jar</a></li>
</ul> </ul>
<h5><a id="user-content-old-version-30x" class="anchor" href="#old-version-30x" aria-hidden="true"><span class="octicon octicon-link"></span></a>Old version (3.0.x)</h5> <h5><a id="user-content-old-version-30x" class="anchor" href="#old-version-30x" aria-hidden="true"><span class="octicon octicon-link"></span></a>Old version (3.0.x)</h5>
@ -782,34 +782,33 @@ twelvemonkeys-imageio-tiff-3.3.2.jar
<p>The project is distributed under the OSI approved <a href="http://opensource.org/licenses/BSD-3-Clause">BSD license</a>:</p> <p>The project is distributed under the OSI approved <a href="http://opensource.org/licenses/BSD-3-Clause">BSD license</a>:</p>
<pre><code>Copyright (c) 2008-2015, Harald Kuhr <pre><code>Copyright (c) 2008-2018, Harald Kuhr
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met: modification, are permitted provided that the following conditions are met:
o Redistributions of source code must retain the above copyright o Redistributions of source code must retain the above copyright notice, this
notice, this list of conditions and the following disclaimer. list of conditions and the following disclaimer.
o Redistributions in binary form must reproduce the above copyright o Redistributions in binary form must reproduce the above copyright notice,
notice, this list of conditions and the following disclaimer in the this list of conditions and the following disclaimer in the documentation
documentation and/or other materials provided with the distribution. and/or other materials provided with the distribution.
o Neither the name "TwelveMonkeys" nor the o Neither the name of the copyright holder nor the names of its
names of its contributors may be used to endorse or promote products contributors may be used to endorse or promote products derived from
derived from this software without specific prior written permission. this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</code></pre> </code></pre>
<h2><a id="user-content-faq" class="anchor" href="#faq" aria-hidden="true"><span class="octicon octicon-link"></span></a>FAQ</h2> <h2><a id="user-content-faq" class="anchor" href="#faq" aria-hidden="true"><span class="octicon octicon-link"></span></a>FAQ</h2>