From 3e8b5c5ee2b17629095e17773ff5c30422756c12 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 25 Sep 2016 17:37:45 +0200 Subject: Test and document some filter functions --- docs/naturaldocs/images/edge_detect_quick.jpg | Bin 0 -> 22444 bytes docs/naturaldocs/images/emboss.jpg | Bin 0 -> 20811 bytes docs/naturaldocs/images/mean_removal.jpg | Bin 0 -> 27366 bytes docs/naturaldocs/images/smooth.jpg | Bin 0 -> 15528 bytes docs/naturaldocs/run_docs.sh | 1 + 5 files changed, 1 insertion(+) create mode 100644 docs/naturaldocs/images/edge_detect_quick.jpg create mode 100644 docs/naturaldocs/images/emboss.jpg create mode 100644 docs/naturaldocs/images/mean_removal.jpg create mode 100644 docs/naturaldocs/images/smooth.jpg (limited to 'docs/naturaldocs') diff --git a/docs/naturaldocs/images/edge_detect_quick.jpg b/docs/naturaldocs/images/edge_detect_quick.jpg new file mode 100644 index 0000000..015fd4f Binary files /dev/null and b/docs/naturaldocs/images/edge_detect_quick.jpg differ diff --git a/docs/naturaldocs/images/emboss.jpg b/docs/naturaldocs/images/emboss.jpg new file mode 100644 index 0000000..b818fd5 Binary files /dev/null and b/docs/naturaldocs/images/emboss.jpg differ diff --git a/docs/naturaldocs/images/mean_removal.jpg b/docs/naturaldocs/images/mean_removal.jpg new file mode 100644 index 0000000..d3f9c11 Binary files /dev/null and b/docs/naturaldocs/images/mean_removal.jpg differ diff --git a/docs/naturaldocs/images/smooth.jpg b/docs/naturaldocs/images/smooth.jpg new file mode 100644 index 0000000..e6987b8 Binary files /dev/null and b/docs/naturaldocs/images/smooth.jpg differ diff --git a/docs/naturaldocs/run_docs.sh b/docs/naturaldocs/run_docs.sh index 0bc3ae3..dce3072 100755 --- a/docs/naturaldocs/run_docs.sh +++ b/docs/naturaldocs/run_docs.sh @@ -67,6 +67,7 @@ sed -e "s/@VERSION@/$VERSION/g" preamble.txt > tmp/preamble.txt # Run naturaldocs to create the manual. $(nd) --rebuild --rebuild-output --documented-only \ -i tmp/ \ + -img images/ \ -o html html \ --project project/ \ -s Default libgd -- cgit v1.2.1