View in #ohif on Slack
@Syed: Hi team. Does ohif viewer render htj2k images? And if not where would the starting point be to support their rendering?
@Chris_Hafey: Yes it does. Since DICOM has not yet assigned a transfer syntax to HTJ2K, you have to do some trickery with the content type parameter. You can take a look at the OHIF-AWS HealthImaging adapter for some ideas: https://github.com/RadicalImaging/ohif-aws-healthimaging
RadicalImaging/ohif-aws-healthimaging
trickery here: https://github.com/RadicalImaging/ohif-aws-healthimaging/blob/6f15e3201b5f8f1dca30f4696f70058b60603c50/src/createDicomWebTreeApi.ts#L75
<https://github.com/RadicalImaging/ohif-aws-healthimaging/blob/6f15e3201b5f8f1dca30f4696f70058b60603c50/src/createDicomWebTreeApi.ts | createDicomWebTreeApi.ts>
@Alireza_Sedghi: So regarding rendering yes it does. We are working on adding the subresolution progressive rendering via webstreams which should be merged very soon
https://github.com/cornerstonejs/cornerstone3D/pull/779
#779 feat(DicomImageLoader): Progressive image load/render, subresolution loading