|
|
|
|
|
by sahkopoyta
1587 days ago
|
|
>You're not supposed to visualize this data directly -- instead, you combine those values in a simple formula to obtain a height value, then you use that value to create visual maps. Isn't this exactly what has been done here? You can even see the legend at the right side of the screen. |
|
This is the formula:
height = -10000 + ((R * 256 * 256 + G * 256 + B) * 0.1)