What is the correct way to read PNG files and convert them to SharedImageSet?
Currently I’m using PngIO::readImage save it to a MemImage then converting it to TypedImage then convert to SharedImages and then finally put it into a SharedImageSet. Then when I try to visualize the SharedImageSet I get two grey blanks. Is there a more straight forward and correct way to read PNG files?