Questions tagged [alpha-transparency]

The alpha transparency of an image defines how transparent the pixels of this image are. Typically, each pixel has an alpha value between 0 (fully transparent) and 255 (fully opaque).

Alpha transparency is an attribute of pixels within an image (or image layer) which determines how transparent the pixel is, by blending the pixel color with the color of the pixel in the layer beneath it. most image editing software allow to edit a layer or image alpha transparency. The alpha value is saved in addition to the RGB value of the pixel. Ranges of transparency may change according to the software setup.

Alpha Transparency as part of Alpha Compositing.

468 questions
-2
votes
2 answers

image as a logo by changing background color

I am trying to put this image as logo so it appears on the top of the page. I have tried to put background-color:transparent; but it's still not mixing well. I only want the text in the image to appear on the page. Can someone please help me? I know…
hghgghhg
  • 1
  • 1
  • 4
-2
votes
1 answer

OpenGL - How to read Alpha from a texture

I want the alpha value to be read for each pixel from the texture, so that some pixels completely disappear. The texture file(targa format) does contain the proper alpha channel. Screenshot: http://i43.tinypic.com/2i79s1x.png Here are the options I…
-3
votes
1 answer

Preview tool on Mac OS X 10.10 adds transparency during resize

The Preview tool on Mac OS X adds transparency during resize! Steps to reproduce: Save the following image. It doesn't contain transparent colors and color profiles. Open it in Finder by double click. Resize it to 144 pixels using opened Preview…
Dmitry
  • 14,306
  • 23
  • 105
  • 189
1 2 3
31
32