contours2heightmap 0.1.4

A CLI tool to convert contour line bitmap images into heightmaps.
Documentation
1
2
3
4
5
use contours2heightmap::run;

fn main() {
    run();
}