From cdc6326b8353f3c325b35ed45f9049484824efae Mon Sep 17 00:00:00 2001 From: Christian C Date: Wed, 5 Mar 2025 23:15:54 -0800 Subject: Example data --- README.md | 5 +++++ sample_data/small/small.tif | Bin 0 -> 4374 bytes 2 files changed, 5 insertions(+) create mode 100644 sample_data/small/small.tif diff --git a/README.md b/README.md index 1d394fa..2c56d27 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,8 @@ ```sh for file in data/HT-*/; do ./run.sh `basename $file`; done ``` + +```sh +mkdir -p output/small/ +./build/prog sample_data/small output/small/small.bin output/small/small.png +``` diff --git a/sample_data/small/small.tif b/sample_data/small/small.tif new file mode 100644 index 0000000..4d93c8d Binary files /dev/null and b/sample_data/small/small.tif differ -- cgit v1.2.1