ImagingDataCommons / libdicom

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

Add a badge for libdicom Conan package to README.md #78

Closed valgur closed 8 months ago

valgur commented 8 months ago

Entirely optional, mostly just letting you know that libdicom is now also available as a Conan package.

jcupitt commented 8 months ago

That's very cool! Thank you @valgur

Do you plan to package openslide4 as well? libvips 8.15 (just out) has openslide4 support, so it'd be great to see them all move together.

valgur commented 8 months ago

@jcupitt Was not planning to, but I gave it a shot: https://github.com/conan-io/conan-center-index/pull/21138

Will add it to libvips as well once it gets merged.

jcupitt commented 8 months ago

That's great! Thank you.

libdicom just gets the tiles from the file, you need quite a bit more code (eg. openslide) to assemble them into pyramids and decode to RGB pixels.