Changes between Version 7 and Version 8 of UserDocs/GdalMerge


Ignore:
Timestamp:
Mar 11, 2009, 12:33:47 AM (15 years ago)
Author:
Mike Taves
Comment:

looks that that should be -o not -0

Legend:

Unmodified
Added
Removed
Modified
  • UserDocs/GdalMerge

    v7 v8  
    3737The ''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`.
    3838{{{
    39 gdal_merge.py -0 merge.tif -of GTiff -n 0 \
     39gdal_merge.py -o merge.tif -of GTiff -n 0 \
    4040        image1.tif image2.tif image3.tif image4.tif
    4141}}}