Skip to content

Commit

Permalink
added color interpretation
Browse files Browse the repository at this point in the history
  • Loading branch information
zdila committed Jan 2, 2021
1 parent e43737b commit f9bf128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shading/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ stack.vrt: build/R.tif build/G.tif build/B.tif build/A.tif
gdalbuildvrt -separate stack.vrt build/R.tif build/G.tif build/B.tif build/A.tif

build/final.tif: stack.vrt build/R.tif build/G.tif build/B.tif build/A.tif
gdal_translate -r cubicspline -of GTiff -co "TILED=YES" stack.vrt build/final.tif
gdal_translate -colorinterp red,green,blue,alpha -r cubicspline -of GTiff -co "TILED=YES" stack.vrt build/final.tif

build/final.tif.ovr: build/final.tif
gdaladdo -r lanczos --config BIGTIFF_OVERVIEW YES -ro build/final.tif
Expand Down

0 comments on commit f9bf128

Please sign in to comment.