- map - the image restorer. A special option allows the
definition of a restoration mask, restricting the operation just to
the selected layers. A mask 255 restores everything, 128 just the
first layer, and so on.
% map -?
usage:
map input -h[value] -b[value] -o[arq]
Options:
-h[value] -> new value for H
-b[value] -> new value for beta
-o[filename] -> output file
-m[mask] -> restoration mask
- dust - introduces errors in a image, changing values of
individual bits with a given probability.
% dust -h
Usage:
dust [options] input [output]
Options:
-v : Verbose.
-e prob : defines prob as the probability
to change a single bit. The value
must be between 0 and 1.
Default = 0.005000
- estima - estimates the error present in a image, and the
best correction parameter.
% estima -h
Usage:
estima [options] input
Options:
-v : verbose.
A second occurrence adds verbosity.