<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 9pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;">Hi,<br>I can now save the JPEG file, thanks for your advice.<br>But now I have another problem, my vector data is in 3D space, the value is between -2 to 2, so I stored them into a float array of 3 components, and rescale all value to 0 to 256 to represent RGB information. But the saved JPEG file is purely black, can somebody help me on this?<br><br></div>Thanks<br><br>Hank <br><br><hr id="stopSpelling">&gt; To: vtkusers@public.kitware.com<br>&gt; From: wollez@gmx.net<br>&gt; Date: Mon, 5 Mar 2007 00:05:57 +0100<br>&gt; CC: <br>&gt; Subject: [vtkusers] Re: How to color eigenvectors<br>&gt; <br>&gt; YaoHaofeng schrieb:<br>&gt; &gt; I have a set of vectors and I want to color code them according to their <br>&gt; &gt; orientation, e.g. component on x-axis can be colored red, on y-axis <br>&gt; &gt; coded green etc. And I want to save the results to a image as well as <br>&gt; &gt; show it on the screen, now I can correctly save it as .vtk format but <br>&gt; &gt; not other image formats, can anybody tell me how to save as image <br>&gt; &gt; formats such as JPEG? I tried vtkJPEGWriter but because my vectors are <br>&gt; &gt; double type it gives me an error cannot save double into JPEG.<br>&gt; &gt; <br>&gt; &gt; thanks<br>&gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; 使用下一代的 MSN Messenger。 立即尝试! <br>&gt; &gt; &lt;http://imagine-msn.com/messenger/launch80/default.aspx?locale=zh-cn&amp;source=wlmailtagline&gt;<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; This is the private VTK discussion list. <br>&gt; &gt; Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ<br>&gt; &gt; Follow this link to subscribe/unsubscribe:<br>&gt; &gt; http://www.vtk.org/mailman/listinfo/vtkusers<br>&gt; <br>&gt; <br>&gt; You can try vtkImageCast to convert your data to unsignd char what the<br>&gt; jpeg writer needs as input.<br>&gt; <br>&gt; Regards<br>&gt; Wolfgang<br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; This is the private VTK discussion list. <br>&gt; Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ<br>&gt; Follow this link to subscribe/unsubscribe:<br>&gt; http://www.vtk.org/mailman/listinfo/vtkusers<br><br /><hr />探索 Windows Vista 的世界 <a href='http://search.live.com/results.aspx?q=windows+vista&mkt=zh-cn&FORM=LIVSOP' target='_new'>了解更多信息!</a></body>
</html>