11[ ![ Build
22Status] ( https://github.com/ImagingDataCommons/libdicom/actions/workflows/run_unit_tests.yml/badge.svg )] ( https://github.com/ImagingDataCommons/libdicom/actions )
3+ [ ![ Documentation Status] ( https://readthedocs.org/projects/libdicom/badge/?version=latest )] ( https://libdicom.readthedocs.io/en/latest/?badge=latest )
34
45# libdicom
56
67libdicom is a C library and a set of command-line tools
7- for reading DICOM WSI files. It is free (MIT licensed),
8- fast, cross-platform, uses little memory, has no dependencies, [ includes API
9- documentation] ( http://www.rollthepotato.net/~john/libdicom/index.html ) ,
10- and is [ easy to use from languages like
11- Python] ( https://github.com/jcupitt/pylibdicom ) .
8+ for reading DICOM WSI files. It is free (MIT licensed), fast,
9+ cross-platform, uses little memory, has no dependencies, [ includes API
10+ documentation] ( https://libdicom.readthedocs.io ) , and is [ easy to use from
11+ languages like Python] ( https://github.com/jcupitt/pylibdicom ) .
1212
1313![ A DICOM WSI being viewed via OpenSlide 4.0] ( data/vipsdisp.png )
1414
@@ -29,14 +29,12 @@ meson compile -C builddir
2929meson install -C builddir
3030```
3131See [ the installation
32- documentation] ( https:/http://www.rollthepotato.net/~john/libdicom /installation.html )
32+ documentation] ( https://libdicom.readthedocs.io/en/latest /installation.html )
3333for build dependencies and installation options.
3434
3535## Sample code
3636
37- See [ the
38- documentation] ( http://www.rollthepotato.net/~john/libdicom/index.html )
39- for full details.
37+ See [ the documentation] ( https://libdicom.readthedocs.io ) for full details.
4038
4139``` c
4240#include < stdlib.h>
0 commit comments