Search found 6 matches

by skirby
Thu, 2012-05-17, 14:03
Forum: DCMTK - General
Topic: wraping dcmtk for python
Replies: 7
Views: 12885

Re: wraping dcmtk for python

Sorry, but I quit working on wrapping dcmtk with python years ago. I managed to wrap several of the dcmtk modules, and had a quasi working DICOM viewer built with wxPython. However, there was very little interest in the project at that point (by me and others), so I dropped it in 2007. I was using D...
by skirby
Tue, 2008-02-12, 15:11
Forum: DCMTK - General
Topic: wraping dcmtk for python
Replies: 7
Views: 12885

wraping dcmtk for python

The package hasn't been published yet :oops:. I still have a great deal of work to do before I release it to the public.
by skirby
Mon, 2008-02-11, 14:26
Forum: DCMTK - General
Topic: wraping dcmtk for python
Replies: 7
Views: 12885

wraping dcmtk for python

I've wrapped several of the major modules of DCMTK with python. Thus far I have dcmdata, dcmimage, dcmimgle, dcmpstat, dcmjpeg and ofstd wrapped. Some are more complete than others.
by skirby
Thu, 2007-10-25, 13:31
Forum: DCMTK - General
Topic: Using OFConfigFile and OFConfigFileCursor
Replies: 1
Views: 2879

Using OFConfigFile and OFConfigFileCursor

After additional searching I think that I've answered my own question. It "appears" as though OFConfigFile wasn't intended as a USER interface class. It appears to be a tool used primarily by DVConfiguration and DcmAssociationConfigurationFile. I also found a sample config file in the DICO...
by skirby
Wed, 2007-10-24, 15:46
Forum: DCMTK - General
Topic: Using OFConfigFile and OFConfigFileCursor
Replies: 1
Views: 2879

Using OFConfigFile and OFConfigFileCursor

I've written a python wrapper that includes OFConfigFile and OFConfigFileCursor, and I wish to test the wrappers to see if they work properly. Unfortunately, I can locate any example code or an example of a 'config' file. What is the relationship between these classes? They don't appear to be used t...
by skirby
Fri, 2007-08-10, 15:17
Forum: DCMTK - General
Topic: What does createWindowsDIB return?
Replies: 1
Views: 3447

What does createWindowsDIB return?

Based on previous postings the createWindowsDIB does not return a BITMAPINFO structure. Indications are that I will be required to build the structure myself. What does the createWindowDIB actually return?