diff --git a/man/cwebp.1 b/man/cwebp.1 index ec7ed8cf..57574e7f 100644 --- a/man/cwebp.1 +++ b/man/cwebp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH CWEBP 1 "November 3, 2011" +.TH CWEBP 1 "January 24, 2012" .SH NAME cwebp \- compress an image file to a WebP file .SH SYNOPSIS @@ -183,16 +183,18 @@ Do not print anything. .B \-short Only print brief information (output file size and PSNR) for testing purpose. +.SH BUGS +Please report all bugs to our issue tracker: +http://code.google.com/p/webp/issues +.br +Patches welcome! See this page to get started: +http://www.webmproject.org/code/contribute/submitting-patches/ + .SH EXAMPLES cwebp \-q 70 picture.png \-o picture.webp .br cwebp \-sns 70 \-f 50 \-strong \-af \-size 60000 picture.png \-o picture.webp -.SH SEE ALSO -.BR dwebp (1). -.br -Please refer to http://code.google.com/speed/webp/ for additional -information. .SH AUTHORS \fBcwebp\fP was written by the WebP team. .br @@ -200,3 +202,8 @@ The latest source tree is available at http://www.webmproject.org/code .PP This manual page was written by Pascal Massimino , for the Debian project (and may be used by others). + +.SH SEE ALSO +.BR dwebp (1). +.br +Please refer to http://code.google.com/speed/webp/ for additional information. diff --git a/man/dwebp.1 b/man/dwebp.1 index 0392738f..637297f6 100644 --- a/man/dwebp.1 +++ b/man/dwebp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH DWEBP 1 "November 3, 2011" +.TH DWEBP 1 "January 24, 2012" .SH NAME dwebp \- decompress a WebP file to an image file .SH SYNOPSIS @@ -64,16 +64,18 @@ Print extra information (decoding time in particular). .B \-noasm Disable all assembly optimizations. +.SH BUGS +Please report all bugs to our issue tracker: +http://code.google.com/p/webp/issues +.br +Patches welcome! See this page to get started: +http://www.webmproject.org/code/contribute/submitting-patches/ + .SH EXAMPLES dwebp picture.webp \-o output.png .br dwebp picture.webp \-ppm \-o output.ppm -.SH SEE ALSO -.BR cwebp (1). -.br -Please refer to http://code.google.com/speed/webp/ for additional -information. .SH AUTHORS \fBdwebp\fP was written by the WebP team. .br @@ -81,3 +83,8 @@ The latest source tree is available at http://www.webmproject.org/code .PP This manual page was written by Pascal Massimino , for the Debian project (and may be used by others). + +.SH SEE ALSO +.BR cwebp (1). +.br +Please refer to http://code.google.com/speed/webp/ for additional information. diff --git a/man/webpmux.1 b/man/webpmux.1 index ad85bf1a..2e44f068 100644 --- a/man/webpmux.1 +++ b/man/webpmux.1 @@ -98,6 +98,13 @@ Input file in WebP format. .TP Output file in WebP format. +.SH BUGS +Please report all bugs to our issue tracker: +http://code.google.com/p/webp/issues +.br +Patches welcome! See this page to get started: +http://www.webmproject.org/code/contribute/submitting-patches/ + .SH EXAMPLES webpmux \-set icc image_profile.icc in.webp \-o icc_container.webp .br @@ -112,12 +119,6 @@ webpmux \-frame anim_1.webp +0+0+0 \-frame anim_2.webp +50+50+0 \-loop 10 .br webpmux \-get frame 2 anim_container.webp \-o frame_2.webp -.SH SEE ALSO -.BR dwebp (1), -.BR cwebp (1). -.br -Please refer to http://code.google.com/speed/webp/ for additional -information. .SH AUTHORS \fBwebpmux\fP is written by the WebP team. .br @@ -125,3 +126,9 @@ The latest source tree is available at http://www.webmproject.org/code .PP This manual page was written by Vikas Arora , for the Debian project (and may be used by others). + +.SH SEE ALSO +.BR dwebp (1), +.BR cwebp (1). +.br +Please refer to http://code.google.com/speed/webp/ for additional information.