![Smile :)](./images/smilies/icon_smile.gif)
thx!
neo albireo wrote:That's definitely true: It took my MacBook Pro 3 hours just for level5.t00fri wrote:Photoshop is of course OK, but e.g. the command-line tool nconvert (XnView distribution) is much more effective for .png conversion!
t00fri wrote:nconvert just takes a few minutes for the whole lot on my machine....
nconvert is an efficient batch program and works on whole directories at once!
Code: Select all
gzip -dc <srtm_ramp2.world.86400x43200.bin.gz | resc2pow2 86400 | nmstiles 5 6378.14 65536 2.5
Code: Select all
nconvert -out png *.ppm
t00fri wrote:
Follow this by the simple commandCode: Select all
nconvert -out png *.ppm
and you have your level 5 .png tiles ready before you finished dinner