Tagged Questions

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 transparent is opaque.

learn more… | top users | synonyms

26
votes
20answers
1k views

Ethical Dilemma: Should I still cater for IE6 as a web-developer [closed]

Possible Duplicates: IE6: To support or not to support. Should we support IE6 anymore? I'd hate to (HATE TO) admit it, but there are some people still using this browser. A client of mine ...
19
votes
14answers
31k views

CSS to hide INPUT BUTTON value text

I am currently styling an <input type='button'/> element with the following CSS: background: transparent url(someimage); color: transparent; I want the button to show as an image, but I don't ...
18
votes
6answers
16k views

How do you completely remove the button border in wpf?

I'm trying to create a button that has an image in it and no border - just like the fire fox toolbar buttons before you hover over them and see the full button. I've tried setting the borderbrush to ...
18
votes
7answers
16k views

Can PNG image transparency be preserved when using PHP's GDlib imagecopyresampled?

The following PHP code snippet uses GD to resize a browser-uploaded PNG to 128x128. It works great, except that the transparent areas in the original image are being replaced with a solid color- black ...
16
votes
3answers
2k views

Is it possible to render web content over a clear background using WebKit?

I'm trying to gauge the possibility of a patch to WebKit which would allow all rendered graphics to be rendered onto a fully transparent background. The desired effect is to render web content ...
15
votes
12answers
2k views

IE6 PNG transparency

How can I fix PNG transparency bug in IE6 for background image?
15
votes
5answers
11k views

PNG Transparency with PHP

Hey having some trouble trying to maintain transparency on a png when i create a thumbnail from it, anyone any experience with this? any help would be great, here's what i am currently doing: ...
14
votes
3answers
888 views

WPF - Transparency - Stream Desktop Content

Greetings I'm in the process of making a Scoreboard for a game (Starcraft II). This scoreboard is being made as a WPF Application with a C# code-behind. I already have a version which works for 90% ...
14
votes
3answers
5k views

Merging two images

I need to merge two images (BufferedImage) in Java. It wouldn't be a problem if there was no transparency. The base image already has some transparency. I want to keep this as it is and apply a "mask" ...
11
votes
10answers
10k views

Reasons for why a WinForms label does not want to be transparent?

Why can't I set the BackColor of a Label to Transparent? I have done it before, but now it just don't want to... I created a new UserControl, added a progressbar and a label to it. When I set the ...
11
votes
7answers
11k views

Converting transparent gif / png to jpeg using java

I'd like to convert gif images to jpeg using Java. It works great for most images, but I have a simple transparent gif image: [In case the image is missing: it's a blue circle with transparent ...
11
votes
12answers
2k views

How to get PNG transparency working in browsers that don't natively support it?

Our (beloved) designer keeps creating PNG files with transparent backgrounds for use in our applications. I'd like to make sure that this feature of the PNG works in "older" browsers as well. What's ...
10
votes
9answers
6k views

Is there a JavaScript PNG fix for IE6 that allows CSS background positioning?

I've seen a few fixes for allowing PNG images to have transparency in Internet Explorer 6, but I've yet to find one that also allows you to set the background position in CSS. If you use sprites, it's ...
9
votes
2answers
5k views

Transparent background in grouped UITableView - iPhone

I want to make the grouped UITableView transparent. I partially succeded with the following code: UIColor *bgColor = [[UIColor alloc] initWithWhite:1 alpha:0.0]; historyTable.backgroundColor = ...
9
votes
5answers
22k views

How to change the opacity (alpha, transparency) of an element in a canvas element after it has been drawn?

Using the HTML5 <canvas> element, I would like to load an image file (PNG, JPEG, etc.), draw it to the canvas completely transparently, and then fade it in. I have figured out how to load the ...
8
votes
1answer
160 views

Transparency in boxplot legend keys using R and ggplot2

I am trying to make boxplots with a transparent fill and a corresponding legend. The plotting with alpha values works fine except that the legend keys do not have transparent fills. The following ...
8
votes
1answer
514 views

How to make graphics with transparent background in R using ggplot2?

I need to output ggplot2 graphics from R to PNG files with transparent background. Everything is ok with basic R graphics, but no transparency with ggplot2: d <- rnorm(100) #generating random data ...
8
votes
1answer
195 views

Can Silverlight play videos with transparency?

Can Silverlight play video with transparency? At least some tricky way for color keying with C# or HLSL? So if you know any way how to please post some info. If yes. What do I need? MSDN if ...
7
votes
2answers
154 views

PHP image resize function doesn't work properly

I want to resize an image PNG with transparence plz help. Here is the code : function createThumb($upfile, $dstfile, $max_width, $max_height){ $size = getimagesize($upfile); $width = $size[0]; ...
7
votes
3answers
3k views

Drop shadow for PNG image in CSS

HI, i have png image, that has free form (non square). I need to apply drop-shadow effect to this image. The standard approach ... -o-box-shadow: 12px 12px 29px #555; -icab-box-shadow: 12px ...
7
votes
3answers
5k views

Set Transparency of a DIV and its contents using jQuery

Does anyone know the best way to set the transparency of a DIV and its contents using jQuery? Thank you in advance.
7
votes
1answer
2k views

opaque element in a transparent in WPF

In my application I'd like to have a transparent window but fully opaque children controls underneath. However, WPF makes all children transparent. See the XAML below. The grid is semi-transparent ...
7
votes
4answers
5k views

Convert a PDF to a Transparent PNG with GhostScript

I am attempting, unsuccessfully, to use Ghostscript to rasterize PDF files with a transparent background to PNG files with a transparent background. I've searched high and low for questions from ...
6
votes
2answers
129 views

Artifacts when changing background colour of JTextArea

I'm having a problem when setting the background colour of a JTextArea after I set its text. The code is as follows: import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; ...
6
votes
2answers
166 views

IE CSS “filters” break alpha transparency

I'm trying to figure out whether there's a weird solution to this weird problem. Basically, IE >= 7 supports PNG transparency perfectly, and it has also supported a lot of the new cool stuff in CSS3 ...
6
votes
1answer
413 views

PHP & GD - transparent background being filled with nearby color

I know PHP+GD Transparency issues have been beat to death on this and many other sites, but I've followed all the recommendations and I can't seem to fix my issue. First, the explanation: I am ...
6
votes
2answers
175 views

Are there any high-quality, programmatic solutions for converting a jpeg with an opaque background to a png with a transparent background?

The common use case here is a user uploading a jpeg logo with a white/color background. It's (fairly) simple to switch the white pixels to transparent ones, but this leaves aliasing artifacts. An ...
6
votes
4answers
6k views

Android WebView style background-color:transparent ignored on android 2.2

I'm struggling to create a WebView with transparent background. webView.setBackgroundColor(0x00FFFFFF); webView.setBackgroundDrawable(myDrawable); Then I load a html page with <body ...
6
votes
1answer
427 views

How can I draw an animation on a transparent window using Windows API?

I'm trying to draw an animation on a window with a transparent background using Windows API. The problem is that I can't delete the previous drawing from the window. I set the following parameters: ...
6
votes
3answers
3k views

iPhone - UIView's backgroundColor - using a png with transparency?

I'm setting the background color of my UIView (which is within a UIViewController) as follows: myView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"myTransparentBG.png"]]; ...
6
votes
2answers
3k views

Creating a transparent window in C++ Win32

I'm creating what should be a very simple Win32 C++ app who's sole purpose it to ONLY display a semi-transparent PNG. The window shouldn't have any chrome, and all the opacity should be controlled in ...
6
votes
3answers
2k views

DropShadow for WPF Borderless Window

I have a WPF Window with WindowStyle set to none. Is there some way I can force this window to drop a shadow (like the one you get when WindowStyle is not none)? I don't want to set AllowTransparency ...
6
votes
2answers
1k views

How to create a semi transparent window in WPF that allows mouse events to pass through

I am trying to create an effect similar to the Lights out /lights dim feature in Adobe Lightroom (http://www.youtube.com/watch?v=87hNd3vaENE) except in WPF. What I tried was to create another window ...
6
votes
4answers
744 views

Need Help Setting an Image with Transparent Background to Clipboard

I need help setting a transparent image to the clipboard. I keep getting "handle is invalid". Basically, I need a "second set of eyes" to look over the following code. (The complete working project at ...
6
votes
2answers
775 views

How would you copy a PNG image to the clipboard using Delphi

Using Delphi 2010 I would like to copy a PNG image to the clipboard while preserving the alpha transparency. Unfortunately, the TPngImage.SaveToClipboardFormat method will draw it to a bitmap and the ...
6
votes
5answers
18k views

Transparent images with C# WinForms

I am working on a Windows Forms application in VS 2008, and I want to display one image over the top of another, with the top image being a gif or something with transparent parts. Basically I have a ...
6
votes
4answers
7k views

How do you Draw Transparent Image using System.Drawing?

I'm trying to return a transparent GIF from an .aspx page for display within a web page. I am trying to get the image to have transparency, but I just keep getting Black being where the image should ...
5
votes
1answer
162 views

Delphi: problems with GDI+ & gradient frame/rectangle

Delphi XE2. There is a form & a frame. The form and the frame are doublebuffered. GlassFrame is enabled. I paint frame's background and try to draw a right aligned rectangle but have bugs. ...
5
votes
2answers
223 views

How to get bitmap transparancy without the need to paint first?

A newly created bitmap seems to have a (white) background by default. At least, a query on the Pixels property confirms. But why is that background color not used as the transparent color when ...
5
votes
1answer
78 views

Browser handling of CSS “transparent” in gradients

Although the CSS colors rgba(255,255,255,0) and rgba(0,0,0,0) are apparently the same, i.e. transparent, when being looked at as plain colors, they affect the intermediate colors in gradients: ...
5
votes
1answer
232 views

ImageMagick convert gif with transparency problem

I wrote a script to add watermark to images on my site. Everything works ok for png/jpg, but gif images must be treaten by more complicated way. My script: convert -splice x36 -gravity south ...
5
votes
3answers
282 views

Transparency on parent div background

I wonder if it's possible to affect the bg color or opacity of the parent div. I have a div with this transparent white color: background-color:rgba(255,255,255,0.9); The div contains textfields ...
5
votes
1answer
184 views

Security-Transparent Code

can someone please explain to me what exactly Transparent Code is in scope of .net 4.0? What's the difference between transparent code, Security-Safe-Critical code and Security-Critical code?
5
votes
1answer
720 views

How to Render a Transparent Cursor to Bitmap preserving alpha channel?

I use the code below to render a transparent icon: private void button1_Click(object sender, EventArgs e) { // using LoadCursorFromFile from user32.dll var cursor = ...
5
votes
1answer
681 views

Using GD in PHP, how can I make a transparent PNG watermark on PNG and GIF files ? (JPG files work fine)

I have an image (let's call it original image) on which I want to watermark another image (let's call it logo). The logo is a transparent PNG, whereas the original image can be png, jpg, or gif. I ...
5
votes
1answer
768 views

OpenGL depth sorting

I'm doing basic object transparency using depth sort. As depth i use distance (squared) from camera to every center of model's triangles, which i calculate as {(x1+x2+x3)/3, (y1+y2+y3)/3, ...
5
votes
2answers
3k views

How to make transparent gradient?

I have the following gradient: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <gradient ...
5
votes
2answers
318 views

Silverlight: Adding transparency to images

I hope someone can help us. We’re trying to put together an image editor, with similar functionality to Photoshop in Silverlight (but nowhere near as intricate). We’ve hit a weird problem when it ...
5
votes
2answers
1k views

PHP GD2: how to maintain alpha channel transparency and correct gamma

I was intrigued by this discussion of image scaling and subsequently found out that the PHP code I'm using to create thumbnails from uploaded images suffers from the same problem. I decided to try the ...
5
votes
7answers
1k views

smallest filesize for transparent single pixel image

I'm looking for the smallest (in terms of filesize) transparent 1 pixel image. Currently I have a gif of 49 bytes which seems to be the most popular. But I remember many years ago having one which ...

1 2 3 4 5 21