JuliaImages / meta

Place for discussions about the general structure of JuliaImages
0 stars 1 forks source link

DICOM #3

Open ultradian opened 7 years ago

ultradian commented 7 years ago

Hi, I'm trying to contribute a little to DICOM.jl and wanted to add some image display abilities. As a Julia newbie, I want to know how to best integrate any changes I would make and the Julia ecosystem (particularly JuliaImages). Are there specific packages I should work to integrate? Should my changes be in the DICOM package (in FileIO) or one of the packages here?

timholy commented 7 years ago

For display, would ImageView.jl work for you?

Anything dealing with loading might go here or in FileIO.