plan9 man page for lam

Query: lam

OS: plan9

Section: 9

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

LAM(9.1)																  LAM(9.1)

NAME
lam, posit, piccat, picjoin - combine several images
SYNOPSIS
fb/lam input ... fb/posit input ... fb/piccat input ... fb/picjoin input ...
DESCRIPTION
Lam overlays (laminates) several picture files, writing the resulting picture file to standard output. The output WINDOW= attribute is the smallest rectangle that contains all of the input rectangles. Each pixel of the output image takes its value from the last-mentioned input image that covers that pixel. Output pixels not covered by any input image are set to zero. Posit performs similarly, except that output pixels are computed by compositing the corresponding input pixels, with later input pictures over earlier ones. If the input images have no a channel, posit has the same effect as lam. Piccat concatenates a list of picture files, each above the next, writing the result to standard output. The width of the output file will be that of the widest input picture. If any of the input pictures are more narrow than that, the space to their right will be zero in the output picture. Picjoin is similar, but joins the pictures left-to right.
SOURCE
/sys/src/fb/lam.c /sys/src/fb/posit.c /sys/src/fb/piccat.c /sys/src/fb/picjoin.c
SEE ALSO
picfile(9.6), Thomas Porter and Tom Duff, ``Compositing Digital Images,'' Computer Graphics, Vol 18, No. 3 (1984), pp. 253-259
BUGS
All pictures must have identical CHAN= attributes. LAM(9.1)
Related Man Pages
pcompos(1) - debian
pic2ps(9) - plan9
pcompos(1) - osx
pcompos(1) - xfree86
pcompos(1) - bsd
Similar Topics in the Unix Linux Community
Ideas for site migration: How would you do it? LAMP -> something w/ Sql Server
Linux Thin Lun space reclamation
How to reclaim hard disks and IP's in AIX?
Creating a Simple Linux Dashboard with Oracle Jet
awk script to "clamp" numbers.