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.
Asked
Active
Viewed 5,568 times
1 Answers
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
-
Thank you! This helps a lot! – Jake Kausler Jul 29 '15 at 00:08