Search found 3 matches

by edoto
Fri, 2005-10-14, 01:24
Forum: DCMTK - General
Topic: using wxWidgets
Replies: 2
Views: 4110

To those of you who use wxWidgets, I found the solution to my problem, and I'd like to share the code. Enjoy ;) DicomImage *image = new DicomImage("test.dcm"); if (image != NULL) { if (image->getStatus() == EIS_Normal) { if (image->isMonochrome()) { image->setMinMaxWindow(); Uint8 *pixelDa...
by edoto
Wed, 2005-09-21, 07:32
Forum: DCMTK - Installation
Topic: compilation with dcmtk
Replies: 10
Views: 15709

Makefile Question

Hallo Jörg, In the Makefile you provided (below) you set the top_srcdir, configdir, etc to the DCMTK build directory, but how about when you have the /lib /include and others under your /usr/ directory? I have tried several times to use them but I haven't been able to complie or link them. It only w...
by edoto
Tue, 2005-09-06, 07:02
Forum: DCMTK - General
Topic: using wxWidgets
Replies: 2
Views: 4110

using wxWidgets

Dear forum members, I'd like to use wxWidgets to display an MRI image, and I was wondering if someone knows whether wxImage or wxBitmap is compatible with DicomImage. I would be very grateful for any example code. I have seen a QT example in the forum ( http://forum.dcmtk.org/viewtopic.php?t=80&...