vwebp: remove the -fit option (and make it default)

BUG=webp:433

Change-Id: I18476ba0ada0184d4d9e94060d601002bfa006da
This commit is contained in:
Pascal Massimino
2019-06-05 21:43:23 +02:00
parent 1394a2bb86
commit b9be7e65f8
3 changed files with 2 additions and 13 deletions

View File

@ -1,5 +1,5 @@
.\" Hey, EMACS: -*- nroff -*-
.TH VWEBP 1 "May 28, 2019"
.TH VWEBP 1 "June 5, 2019"
.SH NAME
vwebp \- decompress a WebP file and display it in a window
.SH SYNOPSIS
@ -42,10 +42,6 @@ to smooth the gradients. This flag will prevent this dithering.
Fill transparent areas with the bitstream's own background color instead of
checkerboard only. Default is white for non-animated images.
.TP
.B \-fit
If an image is larger than the display dimension, rescale it to preserve
the aspect ratio.
.TP
.B \-mt
Use multi-threading for decoding, if possible.
.TP