From 00340e6d2e49da2243e9e4f8aeedf3ddb97678a4 Mon Sep 17 00:00:00 2001 From: Jan Klemkow Date: Thu, 15 Nov 2012 11:57:26 +0100 Subject: doc: Add cut pictures. --- doc/Makefile | 5 +++++ doc/document.asciidoc | 3 ++- doc/presentation.asciidoc | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit