From b5e30dac38e71371e79a334e9845473885b12bae Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 11 Dec 2015 17:02:01 -0800 Subject: [PATCH] man/*, AUTHORS: clarify origin of the tool mention libwebp in the AUTHORS section quote + add a direct link to the libwebp repo Change-Id: I700614aa41f229910c82204f319355152b6b4f29 --- man/cwebp.1 | 7 ++++--- man/dwebp.1 | 7 ++++--- man/gif2webp.1 | 7 ++++--- man/vwebp.1 | 7 ++++--- man/webpmux.1 | 7 ++++--- 5 files changed, 20 insertions(+), 15 deletions(-) diff --git a/man/cwebp.1 b/man/cwebp.1 index 44e0dbaa..3a6a3946 100644 --- a/man/cwebp.1 +++ b/man/cwebp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH CWEBP 1 "November 03, 2015" +.TH CWEBP 1 "December 11, 2015" .SH NAME cwebp \- compress an image file to a WebP file .SH SYNOPSIS @@ -291,9 +291,10 @@ cwebp \-sns 70 \-f 50 \-size 60000 picture.png \-o picture.webp cwebp \-o picture.webp \-\- \-\-\-picture.png .SH AUTHORS -\fBcwebp\fP was written by the WebP team. +\fBcwebp\fP is a part of libwebp and was written by the WebP team. .br -The latest source tree is available at http://www.webmproject.org/code +The latest source tree is available at +https://chromium.googlesource.com/webm/libwebp .PP This manual page was written by Pascal Massimino , for the Debian project (and may be used by others). diff --git a/man/dwebp.1 b/man/dwebp.1 index aa6b2f1d..b3b23cb7 100644 --- a/man/dwebp.1 +++ b/man/dwebp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH DWEBP 1 "October 19, 2015" +.TH DWEBP 1 "December 11, 2015" .SH NAME dwebp \- decompress a WebP file to an image file .SH SYNOPSIS @@ -124,9 +124,10 @@ dwebp \-o output.ppm \-\- \-\-\-picture.webp cat picture.webp | dwebp \-o \- \-\- \- > output.ppm .SH AUTHORS -\fBdwebp\fP was written by the WebP team. +\fBdwebp\fP is a part of libwebp and was written by the WebP team. .br -The latest source tree is available at http://www.webmproject.org/code +The latest source tree is available at +https://chromium.googlesource.com/webm/libwebp .PP This manual page was written by Pascal Massimino , for the Debian project (and may be used by others). diff --git a/man/gif2webp.1 b/man/gif2webp.1 index 147632d9..ceb36080 100644 --- a/man/gif2webp.1 +++ b/man/gif2webp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH GIF2WEBP 1 "October 19, 2015" +.TH GIF2WEBP 1 "December 11, 2015" .SH NAME gif2webp \- Convert a GIF image to WebP .SH SYNOPSIS @@ -135,9 +135,10 @@ gif2webp \-lossy \-f 50 picture.gif \-o picture.webp gif2webp \-q 70 \-o picture.webp \-\- \-\-\-picture.gif .SH AUTHORS -\fBgif2webp\fP was written by the WebP team. +\fBgif2webp\fP is a part of libwebp and was written by the WebP team. .br -The latest source tree is available at http://www.webmproject.org/code +The latest source tree is available at +https://chromium.googlesource.com/webm/libwebp .PP This manual page was written by Urvang Joshi , for the Debian project (and may be used by others). diff --git a/man/vwebp.1 b/man/vwebp.1 index a8c2ab30..90c2d63e 100644 --- a/man/vwebp.1 +++ b/man/vwebp.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH VWEBP 1 "October 19, 2015" +.TH VWEBP 1 "December 11, 2015" .SH NAME vwebp \- decompress a WebP file and display it in a window .SH SYNOPSIS @@ -77,9 +77,10 @@ vwebp picture.webp -mt -dither 0 vwebp \-\- \-\-\-picture.webp .SH AUTHORS -\fBvwebp\fP was written by the WebP team. +\fBvwebp\fP is a part of libwebp and was written by the WebP team. .br -The latest source tree is available at http://www.webmproject.org/code +The latest source tree is available at +https://chromium.googlesource.com/webm/libwebp .PP This manual page was written for the Debian project (and may be used by others). diff --git a/man/webpmux.1 b/man/webpmux.1 index 47f712e4..932c747e 100644 --- a/man/webpmux.1 +++ b/man/webpmux.1 @@ -1,5 +1,5 @@ .\" Hey, EMACS: -*- nroff -*- -.TH WEBPMUX 1 "October 19, 2015" +.TH WEBPMUX 1 "December 11, 2015" .SH NAME webpmux \- create animated WebP files from non\-animated WebP images, extract frames from animated WebP images, and manage XMP/EXIF metadata and ICC profile. @@ -195,9 +195,10 @@ webpmux \-get icc \-o image_profile.icc \-\- \-\-\-icc_container.webp webpmux \-strip icc \-o without_icc.webp \-\- \-\-\-icc_container.webp .SH AUTHORS -\fBwebpmux\fP is written by the WebP team. +\fBwebpmux\fP is a part of libwebp and was written by the WebP team. .br -The latest source tree is available at http://www.webmproject.org/code +The latest source tree is available at +https://chromium.googlesource.com/webm/libwebp .PP This manual page was written by Vikas Arora , for the Debian project (and may be used by others).