blob: f6400cfe1ca4777fa7bb71973ca2c6be34b52928 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
.help putsqib Jan85 noao.imred.vtel
.ih
NAME
putsqib -- Merge a full disk image with a squibby brightness image
.ih
USAGE
putsqib inputimage sqibimage outputimage
.ih
PARAMETERS
.ls inputimage
Name of data image to merge with squibby brightness image.
.le
.ls sqibimage
Name of squibby brightness image to merge with data image.
.le
.ls outputimage
Name of new, merged, output image.
.le
.ih
DESCRIPTION
Putsqib accepts as input a data image and a squibby brightness image. It
multiplies each pixel in the input data image by 16 and adds the associated
pixel from the squibby brightness input image. The pixel is then written
to the new, output image.
.ih
EXAMPLES
1. To merge a data image called 'data' and a squibby brightness image called
'sqib' and store the result in an image called 'complete', the command
would be:
.nf
vt> putsqib data sqib complete
.fi
.ih
SEE ALSO
getsqib
.endhelp
|