Open
Description
Converting between various image classes like Dataset, ImageDisplay or DatasetView during module execution is not working properly. For example, when a Dataset object is provided, it is expected to be converted into an ImageDisplay or a DatasetView instance when needed.
However, this is not happening at the moment as ConvertService.convert(...) returns null.