07-16-2008, 4:30
|
Joshua

Joined on 03-12-2008
Munich, Germany
Posts 82
|
RasterImageMediaConverter
|
 
 
|
|
|
Hi,
Is are the RasterImageMediaConverter.Convert methods lossless? For example, if I take a RasterImage object containg a DICOM image, call RasterImageMediaConverter.ConvertFrom(), then call RasterImageMediaConverter.ConvertTo() with the result from the first method call, will I have exactly the same pixel data in the RasterImage object?
Also, if I take a RasterImage image, covert it to a WPF BitmapSource, combine it with another image (I am aware that there are LeadTools functions to do image combination but my particular situation makes it far more attractive to use the WPF methods), then convert it back to a RasterImage object will I loose quality? Is there anything else imporant that will be done to my image that I need to think about?
Josh.
|
|
|
|
|
Report
|
|
|
|