<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CompositeBands does not work for  BMP, GIF, JPEG, JPG2000, PNG in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/compositebands-does-not-work-for-bmp-gif-jpeg/m-p/536612#M30383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do you change to integer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jul 2011 23:27:41 GMT</pubDate>
    <dc:creator>SaraGilbert</dc:creator>
    <dc:date>2011-07-13T23:27:41Z</dc:date>
    <item>
      <title>CompositeBands does not work for  BMP, GIF, JPEG, JPG2000, PNG</title>
      <link>https://community.esri.com/t5/data-management-questions/compositebands-does-not-work-for-bmp-gif-jpeg/m-p/536609#M30380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CompositeBands does not work for&amp;nbsp; BMP, GIF, JPEG, JPG2000, PNG, but it works for BIL, BIP, BSQ, DAT,IMG,TIFF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the error message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in_band = "rr"+";"+"gg"+";"+"bb"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;out_file = 'test.png'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gp.CompositeBands_management(in_band, out_file)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;arcgisscripting.ExecuteError: ERROR 000446: Output file format with specified pixel type or number of bands or colormap is not supported. Refer to the 'Technical specifications for raster dataset formats' help section in Desktop Help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to execute (CompositeBands).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wentao&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;KKC, Tokyo, Japan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 00:11:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compositebands-does-not-work-for-bmp-gif-jpeg/m-p/536609#M30380</guid>
      <dc:creator>WentaoChe</dc:creator>
      <dc:date>2010-04-06T00:11:17Z</dc:date>
    </item>
    <item>
      <title>CompositeBands does not work for  BMP, GIF, JPEG, JPG2000, PNG</title>
      <link>https://community.esri.com/t5/data-management-questions/compositebands-does-not-work-for-bmp-gif-jpeg/m-p/536610#M30381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Wentao,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As the error message says, please refer to the technical specification for Raster dataset format. For example, we only support 8bit and 16bit PNG format, and the band number is limited to 1 or 3 band.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?id=3103&amp;amp;pid=3101&amp;amp;topicname=Technical_specifications_for_raster_dataset_formats"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?id=3103&amp;amp;pid=3101&amp;amp;topicname=Technical_specifications_for_raster_dataset_formats&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 17:09:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compositebands-does-not-work-for-bmp-gif-jpeg/m-p/536610#M30381</guid>
      <dc:creator>JieZhang</dc:creator>
      <dc:date>2010-04-07T17:09:36Z</dc:date>
    </item>
    <item>
      <title>Create an Integer raster before outputing to PNG</title>
      <link>https://community.esri.com/t5/data-management-questions/compositebands-does-not-work-for-bmp-gif-jpeg/m-p/536611#M30382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just as you wrote, my Grid rr, gg, bb are 3 Floating Grids ranging from 0.0 to 255.0, I should set those 3 Grids as Integer type before using CompositeBands to output to a PNG.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wentao,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;KKC, Tokyo, Japan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 04:02:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compositebands-does-not-work-for-bmp-gif-jpeg/m-p/536611#M30382</guid>
      <dc:creator>WentaoChe</dc:creator>
      <dc:date>2010-04-08T04:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: CompositeBands does not work for  BMP, GIF, JPEG, JPG2000, PNG</title>
      <link>https://community.esri.com/t5/data-management-questions/compositebands-does-not-work-for-bmp-gif-jpeg/m-p/536612#M30383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How do you change to integer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 23:27:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compositebands-does-not-work-for-bmp-gif-jpeg/m-p/536612#M30383</guid>
      <dc:creator>SaraGilbert</dc:creator>
      <dc:date>2011-07-13T23:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: CompositeBands does not work for  BMP, GIF, JPEG, JPG2000, PNG</title>
      <link>https://community.esri.com/t5/data-management-questions/compositebands-does-not-work-for-bmp-gif-jpeg/m-p/536613#M30384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sara,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can run the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000008z000000.htm"&gt;Int&lt;/A&gt;&lt;SPAN&gt; tool from Spatial Analyst or 3D Analyst.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 16:10:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/compositebands-does-not-work-for-bmp-gif-jpeg/m-p/536613#M30384</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-07-14T16:10:32Z</dc:date>
    </item>
  </channel>
</rss>

