An open API service indexing awesome lists of open source software.

https://github.com/igozdev/columner

Command-line applicaion for generating stratigraphic column templates
https://github.com/igozdev/columner

Last synced: about 1 year ago
JSON representation

Command-line applicaion for generating stratigraphic column templates

Awesome Lists containing this project

README

          

# columner
Command-line applicaion for generating stratigraphic column templates

## Additional requirements
![stb_image_write.h](https://github.com/nothings/stb/blob/master/stb_image_write.h)

## Usage
`columner [x_resolution] [y_resolution] [left_margin] [top_margin] [num_of_major_ticks] [num_of_semimajor_ticks] [num_of_minor_ticks] [major_length] [semimajor_length] [minor_length] [tick_stride] [num_of_verticals] [vertical_stride] [major_brightness] [semimajor_brightness] [minor_brightness] [vertical_brightness] [path]`

It is recommended to generate either with high resolution and high stride for thin lines, or with lower resolution and lower stride and then use a pixel-perfect upscaler for thicker lines.

## Example
Output of `columner 200 320 30 30 5 1 4 10 6 3 5 8 10 240 250 255 200 "column.png"`:


![example](https://github.com/igozdev/columner/blob/main/column.png)