ImagingDataCommons / libdicom

C library for reading DICOM files
https://libdicom.readthedocs.io
MIT License
16 stars 7 forks source link

The road to 1.0 #11

Closed jcupitt closed 1 year ago

jcupitt commented 2 years ago

This issue is to track progress towards a 1.0 public release.

Please edit and add / remove any of these suggestions, of course.

hackermd commented 2 years ago

Perhaps make a tiny website for the project in gh-pages? If we have API docs in markdown, it's only an hour or so of work

The website would be straight forward to add, since we already have online documentation build via Sphinx: https://github.com/hackermd/libdicom/tree/dev/doc/source

However, GitHub pages is not available for private repositories under the free plan..

hackermd commented 2 years ago

Documentation is now available online at Read the Docs: ttps://libdicom.readthedocs.io

jcupitt commented 1 year ago

A quick update: I've got Leica DICOMs working in my fork. I'll make a PR on openslide in a week or two after I polish it a bit.

Here's the standard Leica DICOM being viewed:

image

It's a bit slow (I'll try to improve that).

It looks very washed out due to no colour management. Here's the same slide with and without a profile:

image

jcupitt commented 1 year ago

There's a proposed 1.0 here: https://github.com/jcupitt/libdicom currently awaiting merge to this repo.

It implements all these ideas. I'll close this issue.