<?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: Convert 16bit to 8bit Tifs (Hope to Batch) in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348303#M19959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Leusink,&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What version and license level, ex. ArcView, Editor or Info of the software are you working with? As of version 10, Copy Raster will not rescale the data value range.&amp;nbsp; This option is available as of 10.1.&amp;nbsp;&amp;nbsp; If you are working with data for example that has a valid pixel range of 0-1116, this range will be cut off at 255 if you set the pixel Type to 8 bit unsigned. You will need to rescale your data first. There are methods available to rescale your data depending on the version, license level, and extensions . As of version 10, with ArcEditor or Info you have the option to use a mosaic dataset to set your imagery to 8 bit. Would you mind elaborating on the compatibility issue and the purpose for converting the 16 bit imagery to 8 bit?&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carrie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2012 20:38:22 GMT</pubDate>
    <dc:creator>CarrieDavis</dc:creator>
    <dc:date>2012-05-24T20:38:22Z</dc:date>
    <item>
      <title>Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348293#M19949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Export Raster Data Tool (accessed through right click - Data - Export Data in ArcView) allows the user to select the "Use Renderer" option. This option seems to convert my 16bit tifs into 8bit tifs properly. Problem is I cannot use this tool in a Model to repeat it multiple times.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 13:33:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348293#M19949</guid>
      <dc:creator>City_ofNorth_Bay</dc:creator>
      <dc:date>2010-08-25T13:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348294#M19950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have also run into this and am looking for a way to use the Export Raster Data Tool (accessed through right clicking on the raster in ArcMap and selecting Data - Export Data) either in ModelBuilder or through a python script.&amp;nbsp; I have 50+ 16bit tifs that I need to convert to 8bit, and this tool has produced the best results so far.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 19:20:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348294#M19950</guid>
      <dc:creator>StephanieLeusink</dc:creator>
      <dc:date>2012-05-22T19:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348295#M19951</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;The "use render" option will save the current raster renderer settings to an exported raster dataset. So, it is useful if you would like to set a particular stretch and have the exported raster display as this stretch by default.&amp;nbsp; This option is not available in a geoprocessing tool, but the option to change the raster�??s pixel depth is available through the Data Management &amp;gt; Copy Raster tool.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Copy Raster ArcGIS Resource center help doc: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000094000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000094000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Copy Raster can be batched by right clicking on the tool and selecting �??Batch�?� or&amp;nbsp; in model builder by inserting the Iterate Rasters tool. With version 10, the Copy Raster tool may also be batched in python using arcpy.ListRasters.&amp;nbsp; For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]14530[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or if in 9.3 use arcgisscripting.&amp;nbsp; The script sample is available in the Copy Raster help document for 9.3 at &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.3/body.cfm?id=1913&amp;amp;pid=1912&amp;amp;topicname=Copy%20Raster%20(Data%20Management)&amp;amp;tocVisable=0"&gt;http://webhelp.esri.com/arcgisdesktop/9.3/body.cfm?id=1913&amp;amp;pid=1912&amp;amp;topicname=Copy%20Raster%20(Data%20Management)&amp;amp;tocVisable=0&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&amp;nbsp; Carrie D.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 20:31:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348295#M19951</guid>
      <dc:creator>CarrieDavis</dc:creator>
      <dc:date>2012-05-22T20:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348296#M19952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response Carrie.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm currently using the Export Raster Data because the "User Renderer" and "Force RGB" check boxes are producing the results I need.&amp;nbsp; It sounds like I can't access these options any other way, besides right-clicking on each image individually.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be wonderful if these options could be built into a tool that can be accessed in a model or through python.&amp;nbsp; From my searching for solutions online, it sounds like there are a few others who would find this useful too!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 20:52:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348296#M19952</guid>
      <dc:creator>StephanieLeusink</dc:creator>
      <dc:date>2012-05-22T20:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348297#M19953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi SLeusink , &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do your Tiffs have colormaps?&amp;nbsp; If so the Copy Raster tool does have a parameter that will convert colormaps to RGB.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 21:36:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348297#M19953</guid>
      <dc:creator>CarrieDavis</dc:creator>
      <dc:date>2012-05-22T21:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348298#M19954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, there are no colormaps present.&amp;nbsp; They are 16bit tiffs with 4 bands present, and within ArcMap, on the Symbology tab of the raster properties, I'm setting the Red, Green, and Blue channels to the band combination that I want to display and then using the Export Raster Data tool to convert it to 3 band, 8bit tiffs.&amp;nbsp; It would be great if I could write a script that would loop through all the rasters in the TOC and export them using the same settings, instead of doing each separately.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 21:55:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348298#M19954</guid>
      <dc:creator>StephanieLeusink</dc:creator>
      <dc:date>2012-05-22T21:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348299#M19955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm sure there is a way to do this using ArcObjects.&amp;nbsp; That's a different forum.&amp;nbsp;&amp;nbsp; There is a quick way to do a similar procedure batch style with model builder.&amp;nbsp; Below is a print screen of a set of tools linked in model builder that will iterate, create a raster layer with your specified band combo and then copy the layer as a 3 band raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]14537[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just tested this real quick on some local data I have that is an 8 band raster and was able to specify an output raster as 3 band with combo of 1,3,4. This raster was saved as an 8 bit unsigned integer.&amp;nbsp; This required the use of three tools; Iterate Raster, Make Raster layer, and Copy Raster.&amp;nbsp; Iterate Raster is inserted into the model to loop through a workspace and perform a function on each raster within the workspace.&amp;nbsp; Then I set the band combination in the Make Raster layer tool (Type in the band numbers in the "Bands" parameter and select the + button to add).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]14538[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use the Raster Layer as input into the Copy Raster tool.&amp;nbsp; The output may be specified to a particular folder as \\servername\outputRas\%Name%&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I realize it might take some inital time to familarize yourself with these tools, but they may be helpful down the road.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Iterate Rasters (Model Builder)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00400000000z000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00400000000z000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make Raster Layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000006t000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000006t000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 22:59:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348299#M19955</guid>
      <dc:creator>CarrieDavis</dc:creator>
      <dc:date>2012-05-22T22:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348300#M19956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Carrie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried your model, and it looks like the Make Raster Layer will work to choose the bands I want, but the Copy Raster tool is not able to properly rescale the pixel values from 16bit to 8bit.&amp;nbsp; It even says so in the Tool Help: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"The pixel type parameter determines the bit depth of the output raster dataset. There is rescaling of the raster values when a different pixel type is chosen. &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;If the pixel type is demoted (lowered), the raster values outside the valid range for that pixel depth will be truncated and lost&lt;/SPAN&gt;&lt;SPAN&gt;."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, when I go from a false-color 16bit tiff to an 8bit tiff with Copy Raster, my image is completely lost (see first 2 attachments).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason, the Export Raster Data tool within ArcMap is able to properly rescale the values for all three bands so that the resulting 8bit image looks almost identical to the original 16bit image, which is what I'm looking for (see second 2 attachments).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 15:06:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348300#M19956</guid>
      <dc:creator>StephanieLeusink</dc:creator>
      <dc:date>2012-05-23T15:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348301#M19957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The Export Raster Data Tool (accessed through right click - Data - Export Data in ArcView) allows the user to select the "Use Renderer" option. This option seems to convert my 16bit tifs into 8bit tifs properly. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm just going to throw this out there for everyone.&amp;nbsp; There is no conversion from 16 bit &lt;/SPAN&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;SPAN&gt; to 8 bit &lt;/SPAN&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;SPAN&gt; using the Export Dialog.&amp;nbsp; However, using the options "Use Renderer" and "Force RGB", there is a conversion from 16 bit &lt;/SPAN&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;SPAN&gt; to an 8 bit &lt;/SPAN&gt;&lt;STRONG&gt;picture&lt;/STRONG&gt;&lt;SPAN&gt; of your data which is why it looks nearly identical.&amp;nbsp; Its similar to taking a screenshot.&amp;nbsp; Was this your goal?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why do you want to go from 16 bit to 8 bit?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 15:46:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348301#M19957</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2012-05-23T15:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348302#M19958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need my imagery to be 8bit because of compatibility issues with other data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this Export Dialog just produces a screenshot, which you seem to imply is not the correct way to do things, then what process would you suggest using to convert 16bit to 8bit while retaining the look/detail of the original imagery?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And how is the 8bit output that I'm getting from the Export Dialog tool inaccurate?&amp;nbsp; I'm not really familiar with the technical side of imagery formats and bit depth, but it seems to be producing the results I need.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 17:25:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348302#M19958</guid>
      <dc:creator>StephanieLeusink</dc:creator>
      <dc:date>2012-05-23T17:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348303#M19959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Leusink,&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What version and license level, ex. ArcView, Editor or Info of the software are you working with? As of version 10, Copy Raster will not rescale the data value range.&amp;nbsp; This option is available as of 10.1.&amp;nbsp;&amp;nbsp; If you are working with data for example that has a valid pixel range of 0-1116, this range will be cut off at 255 if you set the pixel Type to 8 bit unsigned. You will need to rescale your data first. There are methods available to rescale your data depending on the version, license level, and extensions . As of version 10, with ArcEditor or Info you have the option to use a mosaic dataset to set your imagery to 8 bit. Would you mind elaborating on the compatibility issue and the purpose for converting the 16 bit imagery to 8 bit?&amp;nbsp; Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carrie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 20:38:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348303#M19959</guid>
      <dc:creator>CarrieDavis</dc:creator>
      <dc:date>2012-05-24T20:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348304#M19960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the forumula to rescale your data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;rescaled grid = [(grid - min value from grid) * (max scale value - min scale value) / (max value from grid - min value from grid)] + min scale value&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 14:24:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348304#M19960</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2012-05-25T14:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348305#M19961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have access to both ArcView and ArcInfo levels of 9.3, along with Spatial Analyst.&amp;nbsp; We are in the process of getting ArcGIS 10, but it has not been rolled out by our IT department.&amp;nbsp; I do have access to a machine with 10, but I can't heavily rely on it yet, so the new mosaic dataset isn't a solution quite yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric, I tested the formula you gave me, and it produces results that are almost idential to what the Export Dialog produces.&amp;nbsp; The only differences are from rounding because the export dialog produced an 8bit unsigned integer tiff and therefore cannot contain decimals.&amp;nbsp; That leads me to believe that the Export Dialog does in fact rescale the imagery correctly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 15:42:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348305#M19961</guid>
      <dc:creator>StephanieLeusink</dc:creator>
      <dc:date>2012-05-25T15:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348306#M19962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Here is the forumula to rescale your data.&lt;BR /&gt;&lt;BR /&gt;rescaled grid = [(grid - min value from grid) * (max scale value - min scale value) / (max value from grid - min value from grid)] + min scale value&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Eric&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How/where can I use this formula to "batch convert" hundreds of TIFFs?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Suzanne&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 17:43:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348306#M19962</guid>
      <dc:creator>suzannegunn2</dc:creator>
      <dc:date>2012-05-28T17:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348307#M19963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Suzanne,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use Python scripting and/or the Raster Calculator to perform map algebra.&amp;nbsp; For multiband data you must do the math on each band then recomposite them back into a new multiband raster using the Composite Bands tool.&amp;nbsp; If you can wait for 10.1 (tentatively shipping June 7th) you can just run the Copy Raster tool in a loop using the new option "Scale Pixel Values".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 15:00:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348307#M19963</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2012-06-05T15:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 16bit to 8bit Tifs (Hope to Batch)</title>
      <link>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348308#M19964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have access to both ArcView and ArcInfo levels of 9.3, along with Spatial Analyst.&amp;nbsp; We are in the process of getting ArcGIS 10, but it has not been rolled out by our IT department.&amp;nbsp; I do have access to a machine with 10, but I can't heavily rely on it yet, so the new mosaic dataset isn't a solution quite yet.&lt;BR /&gt;&lt;BR /&gt;Eric, I tested the formula you gave me, and it produces results that are almost idential to what the Export Dialog produces.&amp;nbsp; The only differences are from rounding because the export dialog produced an 8bit unsigned integer tiff and therefore cannot contain decimals.&amp;nbsp; That leads me to believe that the Export Dialog does in fact rescale the imagery correctly.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stephanie,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carrie and I have been doing some testing and in 10.0 and in 10.1 we are not getting results from Data Export that are the result of the formula.&amp;nbsp; We did not test 9.3 though.&amp;nbsp; If I can back up for one second to clear the 'screenshot' comment up - For single band data like an elevation layer, the Use Renderer option is essentially the 'screenshot' I mentioned.&amp;nbsp; For multiband, the image is in 8 bit space for monitor display, which is why you get an 8 bit output when choosing that option- and no it is not a 'screenshot'.&amp;nbsp; Very sorry for confusing that earlier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm interested in knowing what bands are displayed at the time of export.&amp;nbsp; What stretch is being used?&amp;nbsp;&amp;nbsp; What sensor did this data come from?&amp;nbsp; Carrie and I have been testing WorldView2 data.&amp;nbsp; If you haven't already exported your rasters manually, please see my comment above (to Suzanne) for how to do it in batch.&amp;nbsp; Since you're on 9.3, Python is your route (See SOMA tool) since the raster calculator is not a geoprocessing tool in that version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 15:09:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/convert-16bit-to-8bit-tifs-hope-to-batch/m-p/348308#M19964</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2012-06-05T15:09:32Z</dc:date>
    </item>
  </channel>
</rss>

