Plan 9 from Bell Labs’s /usr/web/sources/contrib/quanstro/root/sys/man/1/compose

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


.TH COMPOSE 1 
.SH NAME
compose  \- compose images
.SH SYNOPSIS
.B compose
[
.B -t
][
.B -c
.I chan
][
.B -o
.I drawop
]
.I file1 file2 ...
.SH DESCRIPTION
.I Compose
uses the Porter-Duff operations to build a
new image from base images.  The default
operation is
.BR SoverD .
The default channel format is the taken
from the first image.
The composing operation and channel
formats are is specified as
in
.IR draw (2)
and
.IR image (6).
The base images
may be in (most) any format;
.IR imgtype (1)
is used to intuit the file type and convert
them to Plan 9 format.  The
.B -t
flag forces conversion to truecolor.
.SH SOURCE
.B /sys/src/cmd/compose
.SH "SEE ALSO"
.IR draw (2),
.IR image (6),
.IR imgtype (1),
.IR page (1),
.IR resample (1).

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.