From: Fabian Keil <fk@fabiankeil.de> Date: Mon, 14 Jul 2014 13:00:07 +0000 (+0000) Subject: Add an external filter example to add '[citation needed]' tags to images X-Git-Tag: v_3_0_22~99 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/man-page/faq/@default-cgi@send-stylesheet?a=commitdiff_plain;h=f282d28cf9b4ceb0c0c163a0a5055da85c590aad;p=privoxy.git Add an external filter example to add '[citation needed]' tags to images Finding images where this may make sense and the coordinates fit is left as an excercise for the reader. --- diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 969cea2d..4a21476c 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -36,7 +36,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.187 2014/06/03 10:33:59 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.188 2014/06/12 13:07:19 fabiankeil Exp $ Copyright (C) 2001-2014 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -62,7 +62,7 @@ </subscript> </pubdate> -<pubdate>$Id: user-manual.sgml,v 2.187 2014/06/03 10:33:59 fabiankeil Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.188 2014/06/12 13:07:19 fabiankeil Exp $</pubdate> <!-- @@ -7456,6 +7456,8 @@ done EXTERNAL-FILTER: rotate-image Rotate an image by 180 degree. Test filter with limited value. /usr/local/bin/convert - -rotate 180 - +EXTERNAL-FILTER: citation-needed Adds a "[citation needed]" tag to an image. The coordinates may need adjustment. +/usr/local/bin/convert - -pointsize 16 -fill white -annotate +17+418 "[citation needed]" - </screen> </para>