<!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.1479" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi there,&nbsp; Good day!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I notice that when I use a vtkImageToImageFilter, 
it will modify the input image to the filter if I call Update( ) on the 
filter!&nbsp; That happened to me when I used vtkImageChangeInformation() or 
vtkExtractVOI( ).&nbsp; And I tried&nbsp;replacing a call to Update( )&nbsp;by 
calling Modified( ) on the filter.&nbsp; This way the input image isn't 
modified, but then the output image isn't what I want either.&nbsp;&nbsp; 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>How can I ask the filter to create a new image for 
me without my input imgae being modified?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Grace</FONT></DIV></BODY></HTML>