<html>
  <head>

  </head>
  <body style="font-variant: normal; margin-bottom: 1px; margin-top: 4px; margin-left: 4px; line-height: normal; margin-right: 4px">
    <p style="margin-top: 0; margin-bottom: 0">
      <font size="5" face="Times New Roman">Brenno&#44;</font>    </p>
<br>      
    <p style="margin-top: 0; margin-bottom: 0">
      <font size="5" face="Times New Roman">I saw this error myself when I was trying to write some images to file recently. &nbsp;I ended up returning the image data directly to Matlab and so did not chase this down. &nbsp;I wonder&#44; though&#44; if the issue is related to the size difference between an int and a short int. &nbsp;On my system&#44; an int is 4 bytes&#44; a short int is 2 bytes. &nbsp;I don&#39;t know if jpg supports a 4 byte &#40;32 bit&#41; int&#44; perhaps the error is worded incorrectly and should say that JPEG supports unsigned char/short int only&#63;</font>    </p>
<br>      
    <p style="margin-top: 0; margin-bottom: 0">
      <font size="5" face="Times New Roman">Kent Ogden</font><br><br>&gt;&gt;&gt; Brenno Ribeiro &lt;brennobr@gmail.com&gt; 2/29/2012 01:54 PM &gt;&gt;&gt;<br>Well&#44; i tried differents samples and got the same error &quot;Description: itk::ERROR: JPEGImageIO&#40;0x21b6910&#41;: JPEG supports unsigned char/int only&quot; &#40;i tried the others formats like png&#44; jpg and bmp too&#41; - this thread &#40; <a href="http://permalink.gmane.org/gmane.comp.lib.itk.user/9435">http://permalink.gmane.org/gmane.comp.lib.itk.user/9435</a>&nbsp;&#41; is a bit different that my problem and what i got is the right way of the line command to execute the example. And i understood that the image from the .dcm has to have a different type from float or double but mas questions are the followings How to change the image type to a valid one&#63; And if the image has a invalid type and it can&#39;t be changed how to deal with it&#63;
    </p>
  </body>
</html>