Skip to content

Commit bc2a35b

Browse files
committed
Correct Maven version badge
1 parent ea4cb63 commit bc2a35b

1 file changed

Lines changed: 21 additions & 19 deletions

File tree

README.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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

99
Overview
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,
1313
BMP, WBMP, and GIF. TIFF supports reading and writing using various compression schemes: LZW, JPEG, ZLib, and Deflate.
1414
For more detailed information see [Wiki].
1515

@@ -20,19 +20,18 @@ Plugins
2020
IJP-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

3736
System Requirements
3837
-------------------
@@ -46,23 +45,25 @@ Installation
4645
1. 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

5354
3. Restart ImageJ to load newly installed plugins.
5455

55-
5656
Using 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
```
6262
groupId : net.sf.ij-plugins
6363
artifactId: ijp_imageio
6464
version : <version>
6565
```
66+
6667
For 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

8283
To 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)
9496
License
9597
-------
9698

97-
Copyright (C) 2002-2021 Jarek Sacha
99+
Copyright (C) 2002-2026 Jarek Sacha
98100

99101
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
100102
License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later

0 commit comments

Comments
 (0)