xhistogram

[ XITE Reference Manual | XITE home ]

Name

xhistogram - Show the histogram of an image in XITE.

Syntax

xhistogram [-split] <inimage> [<outimage>]

Description

Display the histogram for the BIFF image read from inimage. If the outimage argument is supplied, you may choose Histogram EQ or Send colortab from the Actions menu, and the resulting histogram-equalized image or colortable will be written to outimage.

Options

xhistogram supports all standard X Toolkit command line arguments (see X(1)) as well as the XITE ximage(3) toolkit command line options.

Additional options:

-split
If inimage is multiband, the default behaviour is to show a total histogram for all the bands. This option forces one histogram per band.

Resources

In order to specify resources, it is useful to know the hierarchy of the widgets which compose xhistogram. In the notation below, indentation indicates hierarchical structure.

xhistogram (class XHistogram)

 histogramShell            (class TopLevelShell)
  histogramForm            (class Form)
   histogramLabel          (class Label)
   histogram               (class Histogram)
   histogramMenuForm       (class Form)
    histogramModeForm      (class Form)
     histogramModeLabel    (class Label)
     histogramModeList     (class XfwfMultiList)
    histogramActionsForm   (class Form)
     histogramActionsLabel (class Label)
     histogramActionsList  (class XfwfMultiList)
   colormap                (class Colormap)

See also

xhistogram(3), ximage(3), Histogram(3), XfwfMultiList(3)

Files

$XITE_HOME/etc/app-defaults/XHistogram

Author

Otto Milvang

Revised

Svein Bøe

Doc

Svein Bøe

Id

$Id: Xhistogram.c,v 1.109 1997/07/29 08:58:44 svein Exp $