Gimp - 2.4 Guía Del Usuario

Descargar
Página de 653
GNU Image Manipulation Program
249 / 653
13.2.5
Histogram dialog
Figure 13.17: The Histogram dialog
The Histogram dialog shows you information about the statistical distribution of color values in the image that is currently
active. This information is often useful when you are trying to color balance an image. However, the Histogram dialog is purely
informational: nothing you do with it will cause any change to the image. If you want to perform a histogram-based color
correction, use the
tool.
13.2.5.1
Dialog call
This is a dockable dialog; see the section on
for help on manipulating it. It can be activated in two ways:
• From the Toolbox menu: File → Dialogs → Histogram
• From the image menu: Dialogs → Histogram
13.2.5.2
About Histograms
In GIMP, each layer of an image can be decomposed into one or more color channels: for an RGB image, into R, G, and B
channels; for a grayscale image, into a single Value channel. Layers that support transparency have an additional channel, the
alpha channel. Each channel supports a range of intensity levels from 0 to 255 (integer valued). Thus, a black pixel is encoded
by 0 on all color channels; a white pixel by 255 on all color channels. A transparent pixel is encoded by 0 on the alpha channel;
an opaque pixel by 255.
For RGB images, it is convenient to define a Value "pseudochannel". This is not a real color channel: it does not reflect any
information stored directly in the image. Instead, the Value at a pixel is given by the equation V = max(R,G,B). Essentially,
the Value is what you would get at that pixel if you converted the image to Grayscale mode.
For more information on channels, please consult the Section
13.2.5.3
Using the Histogram dialog
Channel
Figure 13.18: Channel options for an RGB layer with alpha channel.