Page 1 of 1

Contrast Issue with DICOM format to jpeg

Posted: 2010-07-21T13:00:56-07:00
by samuelsoe
Hello:

I am trying to read dcm format and write it to jpeg using imagemagick 6.5.3.
It successfully convert the image, but the result is different from the original image. Please download the dcm and jpeg result here:

http://theseconddot.com/tmp/image.zip

here is just pure reading and writing

Code: Select all

status = MagickReadImage(Mymagick_wand,imagePath);
	
	
	if (status == MagickFalse) {
		
		ThrowWandException(Mymagick_wand);		
		return nil;
	}
and i simply use MagickWriteImage to write the image. Any idea on this will be really helpful. I'm pretty new to imagemagick but starting to like it a lot :D

Re: Contrast Issue with DICOM format to jpeg

Posted: 2012-01-09T03:05:55-07:00
by jfburr
Hello samuelsoe,

I would like to know if you did find any solution to your dicom contrast issue.
I'm encountering the same problem, and that would be really helpful.

Regards,

JF

Re: Contrast Issue with DICOM format to jpeg

Posted: 2012-01-09T11:03:36-07:00
by fmw42
see viewtopic.php?f=1&t=19748&hilit=DICOM Perhaps this is related to your problem?