Hi Mathieu,<br><br><div class="im">On Thu, Apr 23, 2009 at 12:02 PM, Mathieu Malaterre <span dir="ltr">&lt;<a href="mailto:mathieu.malaterre@gmail.com" target="_blank">mathieu.malaterre@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>On Thu, Apr 23, 2009 at 1:47 AM, Martin Kavec &lt;<a href="mailto:martin.kavec@gmail.com" target="_blank">martin.kavec@gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I am using ITK-3.12 and its gdcm1 to produce RGB Dicoms. I define<br>
&gt; RGBPixel&lt;unsigned char&gt; and unless I take care of setting<br>
&gt;<br>
&gt; // AlocatedBits<br>
&gt; itk::EncapsulateMetaData&lt;std::string&gt;(*dict,&quot;0028|0100&quot;, &quot;8&quot;);<br>
&gt;<br>
&gt; // BitsStored<br>
&gt; itk::EncapsulateMetaData&lt;std::string&gt;(*dict,&quot;0028|0101&quot;, &quot;8&quot;);<br>
&gt;<br>
&gt; // HighBit<br>
&gt; itk::EncapsulateMetaData&lt;std::string&gt;(*dict,&quot;0028|0102&quot;, &quot;8&quot;);<br>
<br>
</div>That&#39;s incorrect.<br>
<div><br>
&gt; my images are not correctly interpreted.<br>
<br>
</div>This is quite a generic sentence. What does this means.<br>
</blockquote></div><div><br>If I do not the code above, the
resulting dicoms have correct number of slices, but each slice is
composed of 4 identical copies of the original image in 4 quadrants.<br><br></div><div class="im">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><br>
&gt; I am not completely sure if these setting are by designed really left to be<br>
&gt; set by user?<br>
<br>
</div>It should not, and AFAIK it is working. Please send complete code.<br>
</blockquote></div><br> The complete code is attached. Thanks for looking at it.<br><br>Martin