diff options
author | Christian C <cc@localhost> | 2025-03-05 23:15:54 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-05 23:15:54 -0800 |
commit | cdc6326b8353f3c325b35ed45f9049484824efae (patch) | |
tree | a72af4d7cd3abd0a87d11de0217c8d731765448f | |
parent | 58dd031fe24e9e9ad1c3b45537600455a931714b (diff) |
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | sample_data/small/small.tif | bin | 0 -> 4374 bytes |
2 files changed, 5 insertions, 0 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..4d93c8d --- /dev/null +++ b/sample_data/small/small.tif |