Changes between Version 6 and Version 7 of UserDocs/GdalMerge


Ignore:
Timestamp:
Nov 4, 2008, 11:57:02 AM (15 years ago)
Author:
maphew
Comment:

overlap precedence (which image comes out on top)

Legend:

Unmodified
Added
Removed
Modified
  • UserDocs/GdalMerge

    v6 v7  
    3333
    3434This maps 1.tif to red, 2.tif to green and 3.tif to blue.
     35
     36== Specify overlap precedence ==
     37The ''last'' image in the input line comes out on ''top'' of the finished image stack. You might also be need to note which color (value) is should not be copied into the destination image if it is not already defined as `nodata`.
     38{{{
     39gdal_merge.py -0 merge.tif -of GTiff -n 0 \
     40        image1.tif image2.tif image3.tif image4.tif
     41}}}
     42
     43