22====================================
33
44[ ![ Scala CI] ( https://github.com/ij-plugins/ijp-imageio/actions/workflows/scala.yml/badge.svg )] ( https://github.com/ij-plugins/ijp-imageio/actions/workflows/scala.yml )
5- [ ![ Maven Central] ( https://maven-badges.herokuapp.com /maven-central/net.sf.ij-plugins/ijp_imageio/badge.svg )] ( https://maven-badges.herokuapp .com/maven-central /net.sf.ij-plugins/ijp_imageio )
5+ [ ![ Maven Central] ( https://img.shields.io /maven-central/v/ net.sf.ij-plugins/ijp_imageio )] ( https://central.sonatype .com/artifact /net.sf.ij-plugins/ijp_imageio )
66[ ![ javadoc] ( https://javadoc.io/badge2/net.sf.ij-plugins/ijp_imageio/javadoc.svg )] ( https://javadoc.io/doc/net.sf.ij-plugins/ijp_imageio )
77
88
99Overview
1010--------
1111
12- IJP-ImageIO enable reading and writing images using Java ImageIO codecs. The core ImageIO formats: JPEG, PCX, PNG, PNM,
12+ IJP-ImageIO enables reading and writing images using Java ImageIO codecs. The core ImageIO formats: JPEG, PCX, PNG, PNM,
1313BMP, WBMP, and GIF. TIFF supports reading and writing using various compression schemes: LZW, JPEG, ZLib, and Deflate.
1414For more detailed information see [ Wiki] .
1515
@@ -20,19 +20,18 @@ Plugins
2020IJP-ImageIO install plugins under following ImageJ menu locations:
2121
2222* File/Save As
23- - PNG ...
24- - PNM ...
25- - Compressed TIFF ...
26-
23+ - PNG ...
24+ - PNM ...
25+ - Compressed TIFF ...
26+
2727* Plugins/Image IO:
28- - Open ...
29- - Open with preview ...
30- - Save as ...
31-
32- * Help/About Plugins
33- - IJP-ImageIO ...
34- - IJP-ImageIO readers & writers ...
28+ - Open ...
29+ - Open with preview ...
30+ - Save as ...
3531
32+ * Help/About Plugins
33+ - IJP-ImageIO ...
34+ - IJP-ImageIO readers & writers ...
3635
3736System Requirements
3837-------------------
@@ -46,23 +45,25 @@ Installation
46451 . Download the latest binary release of ijp-imageio from [ Releases] ( https://github.com/ij-plugins/ijp-imageio/releases )
4746 page: ` ijp_imageio-<version>.jar `
4847
49- 2 . Copy ` ijp_imageio-<version>.jar ` to ImageJ plugins directory. You can find location of ImageJ plugins directory by
50- selecting "Plugins">"Utilities">"ImageJ Properties", look for value of tag "plugins dir" near the bottom of the
48+ 2 . Copy ` ijp_imageio-<version>.jar ` to ImageJ plugins directory. You can find the location of ImageJ plugins directory
49+ by
50+ selecting "Plugins">"Utilities">"ImageJ Properties", look for the value of the tag "plugins dir" near the bottom of
51+ the
5152 displayed Properties' window.
5253
53543 . Restart ImageJ to load newly installed plugins.
5455
55-
5656Using as a Stand-alone Library
5757------------------------------
5858
59- You IJP-ImageIO as a stand-alone library. You will need to add dependency on:
59+ You IJP-ImageIO as a stand-alone library. You will need to add a dependency on:
6060
6161```
6262groupId : net.sf.ij-plugins
6363artifactId: ijp_imageio
6464version : <version>
6565```
66+
6667For instance, for [ SBT] it would be:
6768
6869```
@@ -76,10 +77,11 @@ Building
7677
7778* Java compiler, tested with Oracle Java 11 (http://java.oracle.com ). Java 9+ is required for TIFF support.
7879* [ SBT build tool] ( https://www.scala-sbt.org/ )
79-
80+
8081### Building
8182
8283To rebuild and start included version of ImageJ type:
84+
8385```
8486$ sbt ijRun
8587```
@@ -94,7 +96,7 @@ from [jai-imageio-jpeg2000](https://github.com/jai-imageio/jai-imageio-jpeg2000)
9496License
9597-------
9698
97- Copyright (C) 2002-2021 Jarek Sacha
99+ Copyright (C) 2002-2026 Jarek Sacha
98100
99101This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
100102License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later
0 commit comments