Saturday 16 June 2018

Stopping ArcGIS Desktop setting Gamma on raster load?


I often import raster files using GDAL utilities. When those rasters are added to ArcGIS they seem to have a Gamma Stretch applied and a percent Clip stretch for RGB files. Contrast ids also set to 10% by default.


Is there any way of creating an RGB geotif that ArcGIS will display with true RGB values instead of using default stretch values?



Answer



Option 1: Set the source type of a single raster to "Processed"


In Arc Catalog, open the Raster Dataset Properties of the GeoTiff. Browse to the General tab, and set the Source Type to "Processed".


ArcGIS - Catalog - Raster Dataset Properties screenshot



The different Source Type options are described in the ArcGIS manual:



The Source Type controls how the data is rendered by default. These options will be overridden if you modify the defaults. The options are:




  • Generic—Uses the application defaults for resampling and stretching.




  • Elevation—Applies bilinear resampling and a Min-Max stretch.





  • Thematic—Applies nearest neighbor resampling and a Standard Deviation stretch.




  • Processed—No stretch is applied.





For more details, have a look at the ArcGIS resource blog article "Stop stretching my imagery please".


Option 2: Edit default stretching for all raster datasets



You can change the default settings of Raster display in the ArcMap Options dialog:


Within the ArcGIS menu, browse to Customize -> ArcMap Options....


ArcGIS menu screenshot
In this dialogue, go to the Raster Tab and Raster Layer subtab.


Now check "Enable custom Rendering Defaults" and set Stretch Type and corresponding options as you like. In your case, set Stretch Type to "None" in order to import all your GeoTiff Images without any standard stretching applied.


ArcMap Options dialogue screenshot


A more detailed description of opening raster datasets with customized settings can be found in the ArcGIS Resources blog.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...