0

I need to convert a grayscale heightmap I created into a RAW file to use in Unity. I have searched Google for a way to do this for a couple of hours, to no avail. Is there a way to do this without Photoshop? My file was saved as a JPG, but I could convert to a BMP if necessary.

Randy Levy
  • 22,566
  • 4
  • 68
  • 94
Jake Kausler
  • 15
  • 1
  • 5

1 Answers1

1

Hi there are plenty of tools which work with the RAW format other than photoshop. Try using http://www.darktable.org/

Also for Unity it's just a matrix of 16 bit integers so fairly sure you could hack something up in octave or matlab pretty quickly to do the job.

ShaneQful
  • 2,140
  • 1
  • 16
  • 22