diff options
-rw-r--r-- | doc/Makefile | 5 | ||||
-rw-r--r-- | doc/document.asciidoc | 3 | ||||
-rw-r--r-- | doc/presentation.asciidoc | 3 |
3 files changed, 10 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 410e629..3688409 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,8 +1,13 @@ all: images presentation.html .SUFFIXES: .dia .svg +.SUFFIXES: .pgm .png + .dia.svg: dia --export=$@ --filter=svg $< + +.pgm.png: + convert $< $@ # inkscape --without-gui --export-png=$@.png -h 1024 $@ presentation.html: presentation.asciidoc diff --git a/doc/document.asciidoc b/doc/document.asciidoc index da9d675..c727038 100644 --- a/doc/document.asciidoc +++ b/doc/document.asciidoc @@ -17,6 +17,7 @@ Dabei werden verschiedene Verfahren evaluiert... ** Multikanal - Erkennung anhand von verschieden Seitenverhaeltnissen -=== +== Schnitt +image::../src/img/0101.pgm[] // vim: syntax=asciidoc: diff --git a/doc/presentation.asciidoc b/doc/presentation.asciidoc index 393c583..54ee124 100644 --- a/doc/presentation.asciidoc +++ b/doc/presentation.asciidoc @@ -15,6 +15,9 @@ == Erste Schritte image::image/film.svg["Filmszenen", width="100%"] +== Schnitte +image::blub.png["schnitt"] + == Implementierung * Durchschnitt der Helligkeit eines Frames |