View in #cornerstone3d on Slack
@Marissa_Reinke: is there anyway to access the getPixelData
function? or at the very least we are trying to get the min/max pixel values. how do we get a reference to the csimage
properties?
@Alireza_Sedghi: grab image from cache
cornerstone.cache.getImage
@Marissa_Reinke: we found the properties we needed by using:
utilities.getImageLegacy(element)
@Alireza_Sedghi: oh yeah that too
@Marissa_Reinke: 