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)NAMElam, posit, piccat, picjoin - combine several imagesSYNOPSISfb/lam input ... fb/posit input ... fb/piccat input ... fb/picjoin input ...DESCRIPTIONLam 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.cSEE ALSOpicfile(9.6), Thomas Porter and Tom Duff, ``Compositing Digital Images,'' Computer Graphics, Vol 18, No. 3 (1984), pp. 253-259BUGSAll 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 |