Is it possible to access z-values on a height map on a pixel by pixel basis using scripting?

I have a terrain height map loaded in, and I have some math formulas I'd like to apply to it (to alter it for a game level environment) is it possible for me to use the scripting capability in GM and read, manipulate and write back modified height values at pixel level.

Comments