plan9 man page for xpand

Query: xpand

OS: plan9

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XPAND(9.1)																XPAND(9.1)

NAME
xpand, picnegate - adjust dynamic range
SYNOPSIS
fb/xpand [ -s ] [ input ] [ lo hi [ inlo inhi ] ] fb/picnegate [ input ]
DESCRIPTION
Xpand linearly adjusts the dynamic range of the input picture (default standard input) mapping value inlo to lo, and inhi to hi. Lo and hi default to 0 and 255. If inlo and inhi are not specified, the lowest and highest pixel values in the input image are used. By default, then, xpand expands the image's dynamic range by mapping its smallest pixel value to zero and its largest value to 255. Option -s causes all channels of the input image to be considered together when computing default values for inlo and inhi, thus preserving the hue of rgb pictures. Otherwise, each channel is treated separately. Option -s has no effect if inlo and inhi are specified on the command line. There is no requirement that lo be smaller than hi, or that inlo be smaller than inhi, nor that any of those values be in the range 0 to 255. Output values not in the range 0 to 255 are clamped. For example, xpand 0 255 255 0 inverts the pixel values of its input. For convenience, picnegate is a script that executes this command.
SOURCE
/sys/src/fb/xpand.c
SEE ALSO
picfile(9.6) XPAND(9.1)
Related Man Pages
pfsview(1) - debian
pnmtov(1vi) - debian
index(9) - plan9
normtiff(1) - minix
normtiff(1) - redhat
Similar Topics in the Unix Linux Community
For loop using input file doesn't expand variables
Solaris: Expanding / Extending a mount point / Slice
Expand & Interpolation
How the home alias (~) is it expanded?
[BASH] eval command not expanding variables as expected.