NAME
|
affinewarp, correlate – image processing tools |
SYNOPSIS
|
image/affinewarp [ –Rqp ] [[ –s x y ] [ –r θ ] [ –t x y ] [ –S x y
] ... ] image/correlate [ –cRp ] kernel [ denom ] |
DESCRIPTION
|
Image processing tools for image(6) files.
Affinewarp applies a sequence of affine image warping transformations
to an image read from stdin and writes the result to stdout. The
transformations happen in a left–handed coordinate system where
the origin is the upper–left corner, and are applied in the order
of the arguments. Its options:
–R Replicate the source image over the entire destination span.
Without this option pixels that map outside the bounds of the
image will be set to black; or transparent for images with an
alpha channel.
Correlate applies a correlation operation between an image read
from stdin and a filtering kernel specified in a file of the same
name, writing the result to stdout. It will look for the file
in the current directory first, and if it doesn't find it, it
will try in /lib/image/filter. A denom parameter controls the
normalizing coefficient applied to the kernel before doing the
operation, and it can be any real number; by default or when set
to zero, it will use the sum of coefficients in the kernel. Its
options: |
SOURCE
|
/sys/src/cmd/image |
SEE ALSO
|
crop(1), resample(1), image(6) |