this heightmap causes mapsplitter assertion?

Grom

16-03-2007 19:41:48

Alright i've tested it out by renaming a heightmap known to work, and it's definitely a problem specific to this particular heightmap. When I try to split it, The map splitter chugs through the texture and then gives:

Assertion failed: Heightdata * divider <= 65535, file ..\src\MapSplitter.cpp, line 200

This application has requested the Runtime to terminate it in an unusual way...


The heightmap is a 2049 x 2049 16 bit Gray scale PNG created by L3DT. I've tried resaving it in photoshop in case it was a format issue, no such luck.

The assertion seems to imply that a value was too big, but how can that be possible with a PNG file?

nindim

17-03-2007 19:40:06

As far as I was aware (correct me if I'm wrong) the only type of 16bit image that mapsplitter allows is 16-bit raws (and outputs in 16bit pngs), i think only 8 bit png is supporrted for input, I coudl be way off though..... Personally I'm using 16-bit raws.