# Converting PPM image files to Land-Terrain XML Format:
#
# - Convert PPM to Land-Terrain XML Format:

       ppm2terrain_xml.exe   elevation_image.ppm

        (Answer prompts accordingly.)
        Example:        0 5120 5120 0
                        50


# Compress the XML file:

        scz_compress  elevation_image.xml


