Difference between revisions of "Alpha channel"

From PanoTools.org Wiki
Jump to navigation Jump to search
(Short explanation, wikipedia link)
 
m
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
An '''Alpha channel''' is an additional image channel just like the red, green or blue channel, too. It can contain any information in form of a grayscale image but commenly it is used to store a selection or a mask.  
+
{{Glossary|an image channel containing a mask or selection.|1}}
 +
An '''Alpha channel''' is an additional image channel just like the red, green or blue channel. It can contain any information in form of a grayscale image but commonly it is used to store a selection or a mask.  
 
* Black alpha channel pixels usually stand for masked, invisible or unselected pixels in the main image.  
 
* Black alpha channel pixels usually stand for masked, invisible or unselected pixels in the main image.  
 
* White alpha channel pixels stand for unmasked, visible or selected pixels.  
 
* White alpha channel pixels stand for unmasked, visible or selected pixels.  
 
* Gray alpha channel pixels stand for more or less translucent pixels according to the brightness of gray.
 
* Gray alpha channel pixels stand for more or less translucent pixels according to the brightness of gray.
  
More information on Wikipedia: [http://en.wikipedia.org/wiki/Alpha_channel]
+
Both [[enblend]] and [[smartblend]] use the alpha channel to determine seam position when blending,
 +
see the [[how to use enblend for patching zenith and nadir images]] tutorial for details.
 +
 
 +
More information on [[wikipedia:alpha channel]] page
 +
[[Category:Glossary]]

Latest revision as of 21:59, 9 July 2013

an image channel containing a mask or selection. An Alpha channel is an additional image channel just like the red, green or blue channel. It can contain any information in form of a grayscale image but commonly it is used to store a selection or a mask.

  • Black alpha channel pixels usually stand for masked, invisible or unselected pixels in the main image.
  • White alpha channel pixels stand for unmasked, visible or selected pixels.
  • Gray alpha channel pixels stand for more or less translucent pixels according to the brightness of gray.

Both enblend and smartblend use the alpha channel to determine seam position when blending, see the how to use enblend for patching zenith and nadir images tutorial for details.

More information on wikipedia:alpha channel page