diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2016-09-25 17:37:45 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2016-09-27 13:34:18 +0200 |
commit | 3e8b5c5ee2b17629095e17773ff5c30422756c12 (patch) | |
tree | 27bf794a9d2eb44e82f3ae12c04b4feba8dc2a15 /docs/naturaldocs | |
parent | 827bfd4cdddbd4c60d713c78e4407bf58a2e3fca (diff) | |
download | libgd-3e8b5c5ee2b17629095e17773ff5c30422756c12.tar.gz |
Test and document some filter functions
Diffstat (limited to 'docs/naturaldocs')
-rw-r--r-- | docs/naturaldocs/images/edge_detect_quick.jpg | bin | 0 -> 22444 bytes | |||
-rw-r--r-- | docs/naturaldocs/images/emboss.jpg | bin | 0 -> 20811 bytes | |||
-rw-r--r-- | docs/naturaldocs/images/mean_removal.jpg | bin | 0 -> 27366 bytes | |||
-rw-r--r-- | docs/naturaldocs/images/smooth.jpg | bin | 0 -> 15528 bytes | |||
-rwxr-xr-x | docs/naturaldocs/run_docs.sh | 1 |
5 files changed, 1 insertions, 0 deletions
diff --git a/docs/naturaldocs/images/edge_detect_quick.jpg b/docs/naturaldocs/images/edge_detect_quick.jpg Binary files differnew file mode 100644 index 0000000..015fd4f --- /dev/null +++ b/docs/naturaldocs/images/edge_detect_quick.jpg diff --git a/docs/naturaldocs/images/emboss.jpg b/docs/naturaldocs/images/emboss.jpg Binary files differnew file mode 100644 index 0000000..b818fd5 --- /dev/null +++ b/docs/naturaldocs/images/emboss.jpg diff --git a/docs/naturaldocs/images/mean_removal.jpg b/docs/naturaldocs/images/mean_removal.jpg Binary files differnew file mode 100644 index 0000000..d3f9c11 --- /dev/null +++ b/docs/naturaldocs/images/mean_removal.jpg diff --git a/docs/naturaldocs/images/smooth.jpg b/docs/naturaldocs/images/smooth.jpg Binary files differnew file mode 100644 index 0000000..e6987b8 --- /dev/null +++ b/docs/naturaldocs/images/smooth.jpg 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 |