NAME
|
resample, resize – resample a picture |
SYNOPSIS
|
resample [ –x size ] [ –y size ] [ file ] resize [ –b ] [ –x size ] [ –y size ] [ file ] |
DESCRIPTION
|
Resample resamples its input image (default standard input) to
a new size. The image is decimated or interpolated using a Kaiser
window.
|
SOURCE
|
/sys/src/cmd/resample.c |
SEE ALSO
|
crop(1), image(6) |
BUGS
|
Resize is quick, but resample produces correct pictures. |