resample(1): document -n option
This commit is contained in:
parent
992ed21419
commit
ef17e2a693
1 changed files with 10 additions and 0 deletions
|
@ -15,6 +15,9 @@ resample, resize - resample a picture
|
||||||
.br
|
.br
|
||||||
.B resize
|
.B resize
|
||||||
[
|
[
|
||||||
|
.B -n
|
||||||
|
]
|
||||||
|
[
|
||||||
.B -x
|
.B -x
|
||||||
.I size
|
.I size
|
||||||
] [
|
] [
|
||||||
|
@ -33,6 +36,13 @@ uses a Kaiser window which produces high quality results and
|
||||||
.I resize
|
.I resize
|
||||||
uses bilinear interpolation which is faster but produces more
|
uses bilinear interpolation which is faster but produces more
|
||||||
fuzzy images.
|
fuzzy images.
|
||||||
|
By specifying the
|
||||||
|
.B -n
|
||||||
|
option,
|
||||||
|
.I resize
|
||||||
|
can also use nearest neighbour interpolation which preserves the individual pixels and is appropriate for pixel art or
|
||||||
|
.IR qr (1)
|
||||||
|
output.
|
||||||
.PP
|
.PP
|
||||||
The size of the resampled image can be specified
|
The size of the resampled image can be specified
|
||||||
with the
|
with the
|
||||||
|
|
Loading…
Reference in a new issue