Search found 12 matches

by SirishaGourabathina
Tue, 2009-11-10, 06:54
Forum: DCMTK - General
Topic: Unable to read Private Tags inserted in a DICOM file
Replies: 1
Views: 2876

Unable to read Private Tags inserted in a DICOM file

Hi, I am trying to insert our propreitary tags in DICOM dataset using Leadtools. I am giving proper value representation for the tags. But most of the private tags value is displayed as unknown in dcmdump and i am unable to read the private tags using DCMTK, becoz it says unknown value and returns n...
by SirishaGourabathina
Thu, 2009-08-06, 14:06
Forum: DCMTK - General
Topic: Getting repeated MetaFileHeader tags
Replies: 1
Views: 3256

Getting repeated MetaFileHeader tags

Hi, I have a dataset which contains the metaheader tags also. when i try to save the dataset into file i get the repeated meta header tags. How i am doing it is.... MVUFile1 = new DcmFileFormat(tempDS); RetVal = MVUFile1->saveFile(DestFile, opt_ixfer, EET_ExplicitLength, EGL_recalcGL, EPD_noChange, ...
by SirishaGourabathina
Wed, 2008-12-10, 07:03
Forum: DCMTK - General
Topic: Can i read a bitmap file using DCMTK
Replies: 1
Views: 2587

Can i read a bitmap file using DCMTK

hi,

can i read a bitmap file using DCMTK lib. I want to read the bitmap file without using any windows lib.

Can anyone help me in doing this?
by SirishaGourabathina
Thu, 2007-07-26, 07:50
Forum: DCMTK - General
Topic: Does DCMTK have a function like BitmapHandle in LeadTools
Replies: 1
Views: 2913

Does DCMTK have a function like BitmapHandle in LeadTools

hi, I need to get the image data for the selected part of a image and display it as a bitmap. So i need to get a bitmap handle for that. Like in LeadTools we have an option to go for BitmapHandle, do we have an equivalent for that in DCMTK. Or can u give me any idea of how to do that with DCMTK to f...
by SirishaGourabathina
Fri, 2007-01-12, 05:21
Forum: DCMTK - General
Topic: Error in changing Pixel representation
Replies: 4
Views: 6993

hi Marco,

yes, i tried with dcmdrle in --verbose mode, it also returns "Pixel representation cannot be changed". I think something is wrong with the image itself. anywhere thank you for your reply.

regards,
sirisha.[/i]
by SirishaGourabathina
Thu, 2007-01-11, 05:27
Forum: DCMTK - General
Topic: Error in changing Pixel representation
Replies: 4
Views: 6993

hi Marco, Ya, I am registering the rle decoder before calling choose representation.I am following the same procedure as i posted in my previous topic. Here is the procedure i am following in getting the uncompressed file: DcmRLEDecoderRegistration::registerCodecs(opt_uidcreation, opt_verbose, opt_r...
by SirishaGourabathina
Wed, 2007-01-10, 07:39
Forum: DCMTK - General
Topic: Error in changing Pixel representation
Replies: 4
Views: 6993

Error in changing Pixel representation

hi, I am trying to convert the RLE compressed to little endian . chooseRepresentation is failing to get the pixel representation of little endian. May i know in what circumstances do i get that error. I tried using dcmdrle also, it also returns that "Pixel representation cannot be changed"...
by SirishaGourabathina
Mon, 2007-01-08, 11:19
Forum: DCMTK - General
Topic: Unable convert RLE Compressed to Explicit little endian
Replies: 8
Views: 8806

Hi Marco,

Thanks for your clarification.

regards,
sirisha.
by SirishaGourabathina
Wed, 2007-01-03, 07:04
Forum: DCMTK - General
Topic: Unable convert RLE Compressed to Explicit little endian
Replies: 8
Views: 8806

hi Michael, I tried using dcmdrle for decoding the rle compressed images. The uncompressed images appear as the same as old ones. i.e., the image appear as if they are missing the palette. I don't say exactly that is about palette but the monochrome image appear completely with out the gray scale. B...
by SirishaGourabathina
Wed, 2007-01-03, 05:00
Forum: DCMTK - General
Topic: Unable convert RLE Compressed to Explicit little endian
Replies: 8
Views: 8806

Hi Michael,

Thanks a lot for your response. I am trying to use dcmdrle now, and i will let you know the result.

I am using Dicom works viewer. I will check all the three possibilities if it is repeating again.

Thank you,
regards,
sirisha.
by SirishaGourabathina
Tue, 2007-01-02, 13:03
Forum: DCMTK - General
Topic: Unable convert RLE Compressed to Explicit little endian
Replies: 8
Views: 8806

Hi Michael, Thanks for the response. As you said, the image has the photometric interpretation as "PALETTE COLOR". All the tags and their values are same after decoding RLE compressed image. I have a question, when we are not changing any tag values, why the image when displayed looks like...
by SirishaGourabathina
Fri, 2006-12-29, 10:51
Forum: DCMTK - General
Topic: Unable convert RLE Compressed to Explicit little endian
Replies: 8
Views: 8806

Unable convert RLE Compressed to Explicit little endian

hi,

I am trying to change the transfer syntax from RLE compressed to explicit little endian using RLEDecoder. It Successfully converts, but the palette data is missing.

So, the images are not proper in the converted file.

can anyone tell me what should be done to overcome this.

thanks.