Questions tagged [transparency]

Transparency is the property of being see-through; a transparent object reveals objects behind it. Transparency is also known as alpha blending. The opposite of transparency is opacity.

Transparency in technology is an attribute of a graphical object and refers to the degree to which the object can be seen through.

Objects can be layered on top of one another, the order of which is decided by a . An object which is rendered "on top of" another may have a transparency level where the object underneath is seen through the object on top, with the view of the object underneath blended () with that of the object on top.

Transparency is the opposite of .

See also:

3519 questions
1
vote
2 answers

multiple transparent colors in animated gif with imagemagick?

Looking for a way to make multiple (In this case 4, but in the future arbitrary) colors in an animated gif transparent with imagemagick. I know I can use multiple -transparent commands, but when the animated gif is composed, it results in some…
Lazerr Tag
  • 61
  • 3
1
vote
1 answer

Flash : preserve transparency when resizing picture

I use a flash program in my website to resize pictures before transfert, for preserve my bandwidth. But, when i try to transfer a .png file with transparency, the resize don't maintain transparency in the .png file result. It's a problem for use it…
Fred_Me
  • 15
  • 5
1
vote
1 answer

Panel overlay not drawn over Labels

I have multiple GroupBoxes and Labels inside GroupBoxes etc. I am trying to make a simple translucent Panel to overlay all Controls, but it just refuses to work properly. I am using this custom Panel Control, but it does not cover Labels and other…
Danijel
  • 817
  • 1
  • 17
  • 31
1
vote
2 answers

WPF Combobox bug when form allowtransparency=true

I have found the following in WPF: I have a form with AllowTransparency=true. Inside the form I put a Combobox. I add some items to the combobox. I run this application and click on the combobox. At first it does not seem to appear at all. On closer…
Ries
  • 2,844
  • 4
  • 32
  • 45
1
vote
1 answer

Transparent PNG - BufferedImage contains not existing pixels - java

I have got BufferedImage and method getRGB(...) shows me pixel in position 456, 1959, but I cannot see any color in this position in any image editor. I have got two images with transparency. ImageOne was created in my java application. ImageTwo is…
fram4
  • 37
  • 3
1
vote
2 answers

IE9 “tearing” background images behind scrolling blocks with background transparency

I've made a design that uses a static auto-scrolling block with a transparent background over parent block with a background image. In IE9, scrolling causes the parent background image to "tear" instead of remaining fixed like on the other A-level…
rasx
  • 5,288
  • 2
  • 45
  • 60
1
vote
1 answer

How can to keep the transparancy of a png image in Python using pygame?

I am already struggling with this issue for quite some time, because I would like to keep the transparant background of a png image when using it in Python and pygame. If I use the code below, the transparant background becomes black. A screenshot…
Margaret
  • 21
  • 2
1
vote
0 answers

Unity, Transparent Background and Multiple Monitors

I'm trying to learn a few things, but I'm kinda stuck and I don't know where to go from here. I'm either blind or just confused. I've been looking at some scripts from here: Answers.Unity Right now, I got the background transparency working on my…
1
vote
2 answers

Draw rgba colors on canvas instead of drawing transparently

Is there a way to draw on an HTML canvas such that the resulting image is transparent? I know you can set globalAlpha, but that will only affect how subsequent drawing operations work: setting globalAlpha=.5, then drawing black on red results in a…
Johannes Bauer
  • 462
  • 5
  • 15
1
vote
1 answer

I am using .getRGB() and .setRGB() to get a section of a BufferedImage, how do I also copy transparency?

I am using the following code to "crop an image", however it ignores transparency, so any BufferedImages obtained from this method are completely opaque, and there don't appear to be any .getARGB() or .setARGB() methods. How do I work around this? …
Troyseph
  • 4,960
  • 3
  • 38
  • 61
1
vote
1 answer

Removing transparent watermark from an image - python

I am trying to remove a transparent watermark from an image. Here is my sample image: I would like to remove the text "Watermark" from the image. As you can see, the text is transparent. So I would like to replace that text to the original…
U13-Forward
  • 69,221
  • 14
  • 89
  • 114
1
vote
0 answers

Drag and resize a transparent form

I have created a form (using WinForms, VS 2019, Framework 4.8), set the background image to an image I chose, set the background colour of the form to a specific colour and then specified that colour as the TransparencyKey. The opacity of the form…
John Dovey
  • 21
  • 5
1
vote
0 answers

FFmpeg - add an animated gif (cropped by mask) to the video

I have 3 inputs: Video file: https://file.io/6jtUlnZ7TGmT Animated GIF with transparent background https://i.stack.imgur.com/nmJpw.gif Mask file (BW) the same resolution as the video https://i.stack.imgur.com/E1MCY.png I want to put the image on…
zeromodule
  • 43
  • 6
1
vote
0 answers

Matplotlib plots lose transparency when saving as pdf

When saving a plot in pdf format matplotlib doens't retain transparency. I have tried in svg instead and here it does, so it is able to save the figure with transparency. I have seen solutions such as in Matplotlib plots lose transparency when…
Morten Nissov
  • 392
  • 3
  • 13
1
vote
3 answers

Saving image with backgroundimage to file in C#

I have a picturebox on the form, with BackgroundImage property set to certain image. The rest of the image has certain transparent areas, so that background image is shown in those areas. I want to save it to the file, but there is no save method…
Tofig Hasanov
  • 3,303
  • 10
  • 51
  • 81
1 2 3
99
100