我使用以下命令导出jpg文件:
gdaldem color-relief C:\input.tif C:\colors.txt C:\output.jpg
colors.txt文件:
-0.99 255 38 0
-0.5 255 81 0
-0.3 255 119 0
-0.2 255 153 0
-0.1 255 187 0
-0 255 221 0
0.1 255 255 0
0.2 206 224 0
0.3 164 196 0
0.4 122 171 0
0.5 85 145 0
0.6 48 120 0
1 0 97 0
问题是,当我在标准Windows软件中显示文件以显示图像时或在arcmap中显示文件时,文件看起来不同。
这是看起来不错的样子,并在arcmap中显示: ARCMAP
这是它在Windows程序中的显示方式: WINDOWS
有人知道如何在Windows软件中显示它,就像在arcmap软件中显示吗?
谢谢