Search found 11 matches

by nech_neb
Wed, 2007-03-21, 20:03
Forum: DCMTK - General
Topic: storescp acceptAssociation params empty on Win2K
Replies: 3
Views: 4790

Re: storescp acceptAssociation params empty on Win2K

We seemed to have found a work around by no enabling the -fork
function on the storescp for win2k machines.
by nech_neb
Thu, 2007-03-01, 00:13
Forum: DCMTK - General
Topic: storescp acceptAssociation params empty on Win2K
Replies: 3
Views: 4790

storescp acceptAssociation params empty on Win2K

I'm running storescp to recieve images. The acceptAssociation calls seems to not get any params. Association Received in child process (pid: 2736) Parameters: Our Implementation Class UID: 1.2.276.0.7230010.3.0.3.5.4 Our Implementation Version Name: OFFIS_DCMTK_354 Their Implementation Class UID: Th...
by nech_neb
Fri, 2006-10-06, 19:48
Forum: DCMTK - General
Topic: DicomImage length per pixel
Replies: 4
Views: 6272

So the DCM tag DCM_PixelSpacing has nothing to do with this?
by nech_neb
Thu, 2006-09-28, 22:30
Forum: DCMJP2K
Topic: JPEG2000 module
Replies: 1
Views: 15579

JPEG2000 module

Is there an contact email I can contact for a price quote for
JPEG2000 module,

it seems that NOdicom@SPAMoffis.de doesn't seem to work.

Thanks
by nech_neb
Thu, 2006-09-28, 16:33
Forum: DCMTK - General
Topic: DicomImage length per pixel
Replies: 4
Views: 6272

I meant length as in....

How many micrometers is each pixel?

Is there a field which represents this?
by nech_neb
Wed, 2006-09-27, 22:10
Forum: DCMTK - General
Topic: DicomImage length per pixel
Replies: 4
Views: 6272

DicomImage length per pixel

If I have a loaded DicomImage ,

What is the tag for getting the length per pixel or
some sort of length representation of the image?

Thanks.
by nech_neb
Fri, 2006-09-01, 16:51
Forum: DCMTK - General
Topic: Getting DCM2PNG to work for images with multiple frames.
Replies: 4
Views: 6179

Is there a way to load an image using JPEG compression into a DicomImage object?

I tried the following,

DJEncoderRegistration::registerCodecs();
DicomImage * di = new DicomImage(fileName);

Tips?
Am I restricted to loading with a DcmFileFormat ??

Thanks in advance.
by nech_neb
Fri, 2006-09-01, 16:12
Forum: DCMTK - General
Topic: Getting DCM2PNG to work for images with multiple frames.
Replies: 4
Views: 6179

Thanks!! Worked wonderfully.
by nech_neb
Thu, 2006-08-31, 19:26
Forum: DCMTK - General
Topic: Getting DCM2PNG to work for images with multiple frames.
Replies: 4
Views: 6179

Getting DCM2PNG to work for images with multiple frames.

I have a dicom image which has multiple frames. I'm trying to convert the image to multiple bitmaps. What is the best way to achieve this? dcm2pnm.exe +Fa +ob TEST29 out.bmp returns this: ERROR: cannot change to unencapsulated representation for pixel data ! $dcmtk: dcm2pnm v3.5.4 2005-12-20 $ dcm2p...
by nech_neb
Wed, 2006-08-30, 17:05
Forum: DCMTK - General
Topic: pseudo color
Replies: 1
Views: 3168

pseudo color

Hi all,

I wish to replace colors of a dicom image of a certain range
with another specified color. What can I do to achieve this?

Thanks for the help.
by nech_neb
Fri, 2006-08-11, 16:09
Forum: DCMTK - General
Topic: Help with dcm2pnm.exe
Replies: 1
Views: 3123

Help with dcm2pnm.exe

when I try to run dcm2pnm.exe on a dcm file,
I get the error msg:

ERROR: mandatory attribute 'PhotometricInterpretation' is missing !

Please Advice

Thanks