Captain-Chaos / WorldPainter

WorldPainter is an interactive graphical map generator for the indie game Minecraft.
http://www.worldpainter.net/
GNU General Public License v3.0
341 stars 58 forks source link

Heightmap export for 16bit png is broken #376

Closed IR0NSIGHT closed 3 months ago

IR0NSIGHT commented 3 months ago

WHEN i have a mountain that is higher than 255 AND i use "export low res image" in the export window THEN the exported image has no color values every pixel has value zero (check in program)

export works fine for 8bit images below 255 height

attached exported 16bit png from world happens on 2.22.1 and latest update too

generatedworld_heightmap generatedworld

Captain-Chaos commented 3 months ago

It does have colour values. Try importing that first image as a height map in WorldPainter. It just looks dark because the values are low compared to the maximum possible value. Check out this FAQ.