Top "Transparency" questions

Transparency is the property of being see-through; a transparent object reveals objects behind it.

How to display system icon for a file in SWT?

I want to display a file tree similarly to java2s.com 'Create a lazy file tree', but include the …

java swt transparency icons
Colorize image while preserving transparency with PIL?

Okay, here's the situation: I want to use the Python Image Library to "theme" an image like this: Theme color: "#33…

python image transparency python-imaging-library colorize
Fading out an image with transparency in WinForms UI (.NET3.5)

The application: I am writing a little game that would teach the user to read music notes. The game play …

c# winforms image transparency fadeout
Transparent PNG over JPG in PHP

What seems to be simple, isn't :( I'm trying to add something like a watermark (transparent png) on an image (jpg). …

php image png transparency php-gd
Make a pixmap transparent for a QLabel

I have a MainWindow with a QLabel and a pixmap. I want to make it transparent (or less opaque) I …

qt transparency qpixmap
ImageMagick Command Line convert PNG to EPS with Transparency

I am trying to do a simple conversion from a transparent PNG file to EPS with transparency and currently my …

imagemagick png transparency eps
Filling with transparency using Graphics2D

I created an ARGB BufferedImage. Now I'd like to reinitialize it with a transparent background. I tried the following code: (...) …

java graphics transparency argb
Make QT Widgets semi-opaque

I am working with a QWidget elements which contains child elements, what I need is some way to make this …

c++ qt widget transparency opacity
How to create a transparent mask in opencv-python

I have sign (signs with arbitrary shape) images with white background and I want to get an image of the …

transparency mask opencv-python
How to make alpha transparent TImage in Delphi?

On the Form I have two TImages. TImage which is on the top should be transparent, so we can see …

image delphi transparency alpha-transparency