[Gdcm2] convert a dicom image to qimage or qpixmap
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: José M. R. B. <jm...@gm...> - 2012-02-28 13:04:35
|
hi folks, how do I convert a any dicom image (including multiframe) to Qt QImage or QPixmap, the problem is that I want to show image thumbnails in a dicom browser and the selected patient will be displayed later using vtk (which is not a problem) but I don't want to use vtk for the simple fact of displaying thumbnails because I think that using vtk for this task will be overkill in memory respec. What do you folks think and how do I do that? |