From 099717ce92b3db02ae52f958943015d5b8998a9a Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 3 Nov 2011 16:20:20 -0700 Subject: [PATCH] manpages: break long lines Change-Id: I3bea93d358e5c3b3f7dd3c91e433ab4f817d1cd8 --- man/dwebp.1 | 8 ++++---- man/webpmux.1 | 9 ++++++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/man/dwebp.1 b/man/dwebp.1 index ea742355..0392738f 100644 --- a/man/dwebp.1 +++ b/man/dwebp.1 @@ -53,10 +53,10 @@ This option is meant to reduce the memory needed for cropping large images. Note: the cropping is applied \fIbefore\fP any scaling. .TP .B \-scale width height -Rescale the decoded picture to dimension \fBwidth\fP x \fBheight\fP. This option is -mostly intended to reducing the memory needed to decode large images, -when only a small version is needed (thumbnail, preview, etc.). -Note: scaling is applied \fIafter\fP cropping. +Rescale the decoded picture to dimension \fBwidth\fP x \fBheight\fP. This +option is mostly intended to reducing the memory needed to decode large images, +when only a small version is needed (thumbnail, preview, etc.). Note: scaling +is applied \fIafter\fP cropping. .TP .B \-v Print extra information (decoding time in particular). diff --git a/man/webpmux.1 b/man/webpmux.1 index 52cc71e7..4d8ec998 100644 --- a/man/webpmux.1 +++ b/man/webpmux.1 @@ -78,12 +78,14 @@ Strip XMP metadata. .SS TILE_OPTIONS (\-tile) .TP .B file_i +xi+yi -Where: 'file_i' is the i'th tile (webp format) and 'xi','yi' specify the image offset for this tile. +Where: 'file_i' is the i'th tile (webp format) and 'xi','yi' specify the image +offset for this tile. .SS FRAME_OPTIONS (\-frame) .TP .B file_i +xi+yi+di -Where: 'file_i' is the i'th frame (webp format), 'xi','yi' specify the image offset for this frame and 'di' is the pause duration before next frame. +Where: 'file_i' is the i'th frame (webp format), 'xi','yi' specify the image +offset for this frame and 'di' is the pause duration before next frame. .TP .B \-loop n Loop the frames n number of times. 0 indicates the frames should loop forever. @@ -105,7 +107,8 @@ webpmux \-set xmp image_metadata.xmp in.webp \-o xmp_container.webp .br webpmux \-get xmp xmp_container.webp \-o image_metadata.xmp .br -webpmux \-frame anim_1.webp +0+0+0 \-frame anim_2.webp +50+50+0 \-loop 10 \-o anim_container.webp +webpmux \-frame anim_1.webp +0+0+0 \-frame anim_2.webp +50+50+0 \-loop 10 +\-o anim_container.webp .br webpmux \-get frame 2 anim_container.webp \-o frame_2.webp