Skip to content

Commit

Permalink
Merge pull request #216 from jochalek/patch-1
Browse files Browse the repository at this point in the history
Add support for DICOM file loading
  • Loading branch information
ViralBShah authored May 20, 2024
2 parents ecb9af9 + c8467d6 commit b19db62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ImageMagick.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ const image_formats = [
format"TIFF",
format"WMF",
format"WPG",
format"TGA"
format"TGA",
format"DCM"
]

"""
Expand Down

0 comments on commit b19db62

Please sign in to comment.