<br>Is there a way to rotate an image without clipping it to the original image size?<br><br>Seems like this should be easy, but it&#39;s like pulling teeth.  You guys probably think I&#39;m just a n00b, but I have programming experience and have frequently consulted the Guide, class hierarchy, and example codes.  I am following up on all of the suggestions, so I hope you&#39;ll take my question seriously.<br>
<br>I am trying to use ITK because trying to code up my own fast-enough interpolation routine was taking too long.  My hope was that I could use ITK instead of re-inventing the wheel, but now I&#39;m caught between a rock and a hard place.<br>
<br>Anyway, I just tried the PermuteAxesImageFilter, but it&#39;s not quite what I need.  See, it rotates the image 90 deg, but I need -90 deg.  Thanks for the suggestion.<br><br>KLN<br><br><br><br><br><br><br><br><br><br>
<div class="gmail_quote">On Fri, Dec 10, 2010 at 7:31 AM, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Fri, Dec 10, 2010 at 5:38 AM, Luis Ibanez &lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt; wrote:<br>
&gt; Hi KLN,<br>
&gt;<br>
&gt; The itkPermuteAxesImageFilter.h<br>
&gt; might be what you are looking for.<br>
&gt;<br>
&gt; <a href="http://www.itk.org/Doxygen/html/classitk_1_1PermuteAxesImageFilter.html" target="_blank">http://www.itk.org/Doxygen/html/classitk_1_1PermuteAxesImageFilter.html</a><br>
<br>
</div>If so, here is an example:<br>
<a href="http://www.itk.org/Wiki/ITK/Examples/ImageProcessing/PermuteAxesImageFilter" target="_blank">http://www.itk.org/Wiki/ITK/Examples/ImageProcessing/PermuteAxesImageFilter</a><br>
<font color="#888888"><br>
David<br>
</font></blockquote></div><br>