Skip to content

Commit 072500e

Browse files
authored
Update README.md
1 parent 20468cc commit 072500e

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Thanks to @yigolden for his work in [OpenSlideNET](https://github.com/yigolden/O
1212

1313
Nuget
1414
```ps
15-
Install-Package OpenSlideSharp.Windows -Version 1.0.1.3
15+
Install-Package OpenSlideSharp.Windows -Version 1.1.0
1616
```
1717

1818
## Index
@@ -29,14 +29,22 @@ Install-Package OpenSlideSharp.Windows -Version 1.0.1.3
2929
-ToBitmap
3030
...
3131

32-
3. [OpenSlideSharp.BruTile](/src/OpenSlideSharp.BruTile)
32+
3. [OpenSlideSharp.OpencvExtensions](/src/OpenSlideSharp.OpencvExtensions)
33+
OpenSlideSharp with OpenCV mat extensions.
34+
bgra raw data
35+
-ToJepg
36+
-ToPng
37+
-ToMat
38+
...
39+
40+
4. [OpenSlideSharp.BruTile](/src/OpenSlideSharp.BruTile)
3341
OpenSlideSharp adapter [BruTile](https://github.com/BruTile/BruTile) (OpenSlideImage -> ITileSource).
3442

35-
4. [OpenSlideSharp.runtime.win](/src/OpenSlideSharp.runtime.win)
43+
5. [OpenSlideSharp.runtime.win](/src/OpenSlideSharp.runtime.win)
3644
OpenSlide runtime, include native *.dll files.
3745

38-
5. [OpenSlideSharp.Windows](/src/OpenSlideSharp.Windows)
39-
OpenSlideSharp for windows all in one, include [1],[2],[4].
46+
6. [OpenSlideSharp.Windows](/src/OpenSlideSharp.Windows)
47+
OpenSlideSharp for windows all in one, include [1],[2],[5].
4048

4149
## Suggestion
4250
1. The GIS (Geographic Information System) suite (include layer, editor) makes it easy to develop features related to medical image slides. It would be better to use [openlayer](https://openlayers.org/) or [Leaflet](https://leafletjs.com/) for web.

0 commit comments

Comments
 (0)