Unable to create NDVI image using ImageMagick
问题 I have four separate images - 2-projected.tif, 3-projected.tif, 4-projected.tif and 5-projected.tif. These are four Landsat images. Image 2-projected.tif corresponds to blue channel, image 3-projected.tif - to green channel, image 4-projected.tif - to red channel, and 5-projected.tif - to infrared. Now I want to create NDVI image. To do this, I first create a combined RGB image, using ImageMagic: $ convert 4-projected.tif 3-projected.tif 2-projected.tif -combine RGB.tif So far, so good. And