CTK icon indicating copy to clipboard operation
CTK copied to clipboard

ctkDICOM example can not display images thumbnails

Open renyuhuiharrison opened this issue 5 years ago • 1 comments

I have built the latest CTK library and examples successfully with VS2019(MSVC 16.4) . I launch the example ctkDICOM with a DICOM directory. The app can list all the series of DICOM data. But the thumbnails on the bottom can not display when I expand the node in the tree widget(As the following picture). And it seems to fail to expand all slices tree node of one series. The code of example is not modified.

2020-09-22_110623

This is the debug output information in the console:

2020-09-22_112038

I have tried Debug and Release mode, but all failed to display the thumbnails. So can anyone give me some tips? Thanks in advance.

renyuhuiharrison avatar Sep 22 '20 03:09 renyuhuiharrison

You may need to enable thumbnail generation in the indexer.

lassoan avatar Sep 22 '20 04:09 lassoan