<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1543" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all!</FONT></DIV>
<DIV><FONT face=Arial size=2> I'm trying to read a DICOM image
with the itkImageFileReader and then save a JPEG resized version of that image
with itkImageFileWriter, specifying the writer's image IO. I'm calling the
SetDimensions method of the JPEGImageIO for both x and y axis
(SetDimensions(0,[new x dim.]) and SetDimensions(1, [new y dim.]) ) , but
the images are not written resized. Any ideas on this one?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>
Regards, Diego</FONT></DIV></BODY></HTML>