Skip to content

Commit

Permalink
Merge pull request #77 from bgilbert/dicom-tiff
Browse files Browse the repository at this point in the history
formats/dicom: add detection rule for dual-personality TIFFs
  • Loading branch information
bgilbert authored Feb 28, 2024
2 parents 4c70f68 + 709cadf commit 1fa2ec6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion formats/dicom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ OpenSlide vendor backend
OpenSlide will detect a file as DICOM if:

1. The file can be parsed as a DICOM Part 10 file.
2. The _Media Storage SOP Class UID_ is _VL Whole Slide Microscopy Image
2. The file does not have a `.tif` or `.tiff` filename extension or cannot
be parsed as a TIFF file.
3. The _Media Storage SOP Class UID_ is _VL Whole Slide Microscopy Image
Storage_ (`1.2.840.10008.5.1.4.1.1.77.1.6`).


Expand Down

0 comments on commit 1fa2ec6

Please sign in to comment.