summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-09-25 17:37:45 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-09-27 13:34:18 +0200
commit3e8b5c5ee2b17629095e17773ff5c30422756c12 (patch)
tree27bf794a9d2eb44e82f3ae12c04b4feba8dc2a15 /docs
parent827bfd4cdddbd4c60d713c78e4407bf58a2e3fca (diff)
downloadlibgd-3e8b5c5ee2b17629095e17773ff5c30422756c12.tar.gz
Test and document some filter functions
Diffstat (limited to 'docs')
-rw-r--r--docs/naturaldocs/images/edge_detect_quick.jpgbin0 -> 22444 bytes
-rw-r--r--docs/naturaldocs/images/emboss.jpgbin0 -> 20811 bytes
-rw-r--r--docs/naturaldocs/images/mean_removal.jpgbin0 -> 27366 bytes
-rw-r--r--docs/naturaldocs/images/smooth.jpgbin0 -> 15528 bytes
-rwxr-xr-xdocs/naturaldocs/run_docs.sh1
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
new file mode 100644
index 0000000..015fd4f
--- /dev/null
+++ b/docs/naturaldocs/images/edge_detect_quick.jpg
Binary files differ
diff --git a/docs/naturaldocs/images/emboss.jpg b/docs/naturaldocs/images/emboss.jpg
new file mode 100644
index 0000000..b818fd5
--- /dev/null
+++ b/docs/naturaldocs/images/emboss.jpg
Binary files differ
diff --git a/docs/naturaldocs/images/mean_removal.jpg b/docs/naturaldocs/images/mean_removal.jpg
new file mode 100644
index 0000000..d3f9c11
--- /dev/null
+++ b/docs/naturaldocs/images/mean_removal.jpg
Binary files differ
diff --git a/docs/naturaldocs/images/smooth.jpg b/docs/naturaldocs/images/smooth.jpg
new file mode 100644
index 0000000..e6987b8
--- /dev/null
+++ b/docs/naturaldocs/images/smooth.jpg
Binary files 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