udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Strange noise in images #266

Closed uncovery closed 10 years ago

uncovery commented 12 years ago

I am rendering images for several worlds and they bascially work fine (using the latest 64bit Linux snapshots, tried them all), but they are producing black or other colored spots all over the map.

Please see this as output. You can switch between the maps through the links on the top to see the different patterns:

http://uncovery.me/admin/index.php?function=create_map&world=flatlands

commandline is something along the lines of :

./c10t -r 270 -L -80,80,-80,80 --striped-terrain -w .../flatlands -o .../flatlands.png

mathuin commented 12 years ago

I get the same speckles on the maps I am generating as you get on your city maps.

../c10t/build/c10t -m 4 -M 2048 -z -w Worlds/SanFrancisco -o Maps/SanFrancisco.png --center -23736,20360

I can make the world available, but it's big. I'll try to make a smaller one if it'll help.

Jack.