Dear developers, I would like to know if dicom multiframe images are supported. Thank you
----- About dicom multiframe: "For uncompressed images, the frames are stored in one continuous blob. For compressed images, the first data item (FFFE,E000) has a list of 4-byte offsets to the start of each frame. For example, a 200x200x16-bit uncompressed frame takes 80000 bytes. If your file has 50 frames, it will have 80K x 50 = 4MB of image data. The frames are stacked together in order so frame N will be at offset N x 80K bytes. For compressed frames the start of the data item contains a list of 4 byte integers with absolute offsets into the file for each frame. Each frame's compressed data length is gotten from the data item pointed to by the list."