diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-07-01 14:25:41 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2021-07-01 14:25:41 +0000 |
commit | f9da8ef2ab9ed185be7ee1ba8b966023f8d71d58 (patch) | |
tree | 20080790e3986881d8ef1511c338f1d48cf048ca | |
parent | 2c3fbc4db1aca945072feadb09436cd198e87999 (diff) | |
download | netpbm-mirror-f9da8ef2ab9ed185be7ee1ba8b966023f8d71d58.tar.gz netpbm-mirror-f9da8ef2ab9ed185be7ee1ba8b966023f8d71d58.tar.xz netpbm-mirror-f9da8ef2ab9ed185be7ee1ba8b966023f8d71d58.zip |
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4123 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r-- | pamhomography.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pamhomography.html b/pamhomography.html index a10f158e..a20a5c5e 100644 --- a/pamhomography.html +++ b/pamhomography.html @@ -9,7 +9,7 @@ <body> -<h1 id="pamhomography">pamhomography</h1> +<h1>pamhomography</h1> Updated: 03 January 2021 <br> @@ -63,7 +63,7 @@ options:</p> <dl> -<dt id="from-coords"><b>-from</b>=<i>coords</i></dt> +<dt><b>-from</b>=<i>coords</i></dt> <dd> <p>This defines the source quadrilateral. <i>coords</i> is a list of four @@ -73,7 +73,7 @@ options:</p> left.</p> </dd> -<dt id="to-coords"><b>-to</b>=<i>coords</i></dt> +<dt><b>-to</b>=<i>coords</i></dt> <dd> <p>This defines the target quadrilateral. <i>coords</i> is a list of four @@ -82,7 +82,7 @@ specify <b>-to</b>, the target quadrilateral is taken to be the four corners of the input image in clockwise order, starting from the upper left.</p> </dd> -<dt id="mapfile-map_file"><b>-mapfile</b>=<i>map_file</i></dt> +<dt><b>-mapfile</b>=<i>map_file</i></dt> <dd> <p>This names a text file that describes the mapping from the source to the @@ -95,7 +95,7 @@ four corners of the input image in clockwise order, starting from the upper left.</p> </dd> -<dt id="view-coords"><b>-view</b>=<i>coords</i></dt> +<dt><b>-view</b>=<i>coords</i></dt> <dd> <p>This defines the target view. <i>coords</i> is a list of two integer-valued @@ -105,7 +105,7 @@ respectively, of the pixels that will be visible in the output image. If quadrilateral.</p> </dd> -<dt id="fill-color"><b>-fill</b>=<i>color</i></dt> +<dt><b>-fill</b>=<i>color</i></dt> <dd> <p>This is the color with which the program fills all pixels that lie outside |