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).

learn more… | top users | synonyms

0
votes
0answers
30 views

OpenGL transparent texture rendering oddly

I'm trying to write some code that will render an arbitrary image on an arbitrary polygon. This program needs to support image transparency. I have chosen to use OpenGL to render said polygons. As I'm ...
0
votes
0answers
35 views

I want to make some area of image transparent. Image is set as background of an UIButton

I have an image with irregular shape. I set it as a background image of an UIButton. Now, I use OBShapedButton library to enable touch only where image is non-transparent. But, for some reason if I ...
0
votes
1answer
23 views

Inverting alpha value java

i am writing a game where their is a slider that controls the alpha value of a color. It seems to be working fine except that now i want to invert the alpha value. For example if the value is 0 the ...
1
vote
2answers
33 views

Change brightness of jframe

I have a program, and it runs in a jframe in full screen exclusive mode. I am trying to change the brightness of the jframe. I was wondering how i would implement this. I thought it might be ...
0
votes
0answers
37 views

Removing Aero style causes weird issues c# Windows 7 Windows Form

I have created a LayeredWindow (Aka tooltip window) That shows some feed. I play with the transparency and opacity. With aero style it works fine, I Can see the window wherever I put it on the ...
1
vote
1answer
78 views

How to create transparent activity in android?

How to create transparent activity in android in that screen tap to dismiss button automatically dismiss the activity. please provide any solution.
0
votes
1answer
23 views

drawing alpha transparent rectangles to PDF from PHP

I am currently using FPDF to generate PDF files. What I would need is to draw alpha-transparent rectangles (say with opacity 0.5) on top of an image. I cannot find how to do this in FPDF, since ...
0
votes
2answers
28 views

Change Sprite alpha previously changed by AlphaModifiers

I'm running AlphaModifier on a Sprite mSprite.setBlendFunction(GL10.GL_SRC_ALPHA, GL10.GL_ONE_MINUS_SRC_ALPHA); mSprite.registerEntityModifier(new AlphaModifier(.5f,1,0.4f)); After that i want to ...
0
votes
1answer
60 views

Keep alpha-transparency of a video through HDMI

The scenario I'm dealing with is actually as follow: I need to get the screen generated by OpenGL and send it through HDMI to a FPGA component while keeping the alpha channel. But right now the data ...
2
votes
1answer
63 views

Arbitrary blending of semi-transparent PNG, retaining alpha on iOS

I want to be able to overlay a semi-transparent PNG with a single colour using an arbitrary blending and keep the alpha. I'm aware of this solution: How to tint a transparent PNG image in iPhone? ...
2
votes
0answers
106 views

PHP-GD Png Transparent Image turn black

I am using JCrop in a project of mine (the user have to crop his face) and send the coordinates & source image to a PHP handler. The flow should be the following: based on the coordinates received ...
0
votes
1answer
90 views

Sprite Opacity using OpenGL ES 2.0 on Android

I'm trying to get my point sprites to display with the correct opacity. Originally, I was getting my sprite texture on a black square. So, I added the following to my fragment shader: "if(color.a ...
1
vote
1answer
155 views

Android Opengl 2.0 Alpha Blending issue - half transparent textures

I have this problem with Apha Blending in my game, when I draw a surface with alpha texture, what is suposed to be invisible is invisible, but parts that are suposed to be visible are half ...
0
votes
1answer
150 views

Set alpha-transparency only to layout and not to it's children [duplicate]

I've found this question and I have almost the same problem. How could I apply alpha only to a relative layout and not to it's children? Could anyone help? I have a rectangular LinearLayout that ...
0
votes
3answers
114 views

Masking White areas of JPEG images

I want to mask a total White (R:255,G:255,B:255) areas in a JPEG image, so when viewed in the browser, in the total white areas I will see what underneath (those area will be transparent). I don't ...
1
vote
0answers
89 views

XNA Alpha Blending working different on 2 PCs

I'm currently developing a tiny window cleaning game in XNA where I draw a layer of dirt (a 2d Texture with varying alpha) above any random image. The layer of dirt should get more and more ...
0
votes
1answer
123 views

Can I determine the average transparency of an image in Corona SDK?

Using Corona SDK, I want to be able to determine if a sprite frame is blank and if so disregard it. In my workflow, I'm using a perl script to automatically create a bunch of equally-sized, square, ...
0
votes
0answers
41 views

Make TabWidget opaque android

I have a TabHost that has 2 tabs. Now, the TabWidget that displays the two tabs, is partly transparent. So when I scroll the content of my tabs, it's visible under the tab of the TabWidget. This ...
1
vote
1answer
63 views

How to scale a Graphics2D image with transparent padding

I'm trying to write a small method which takes a BufferedImage image and a new width and height and scales the image keeping the aspect ratio by adding transparent border to the left/right or ...
0
votes
0answers
15 views

Transparent Overlay in UITabBarController?

I would like to present transparent view (with UIClearColor) on top of my view controller. I present this modally. It works fine, but when I change my ViewController to be one of the tabBarControllers ...
0
votes
1answer
142 views

DDS texture transparency rendered black Opengl

I am currently trying to render textured objects in Opengl. Everything worked fine until I wanted to render a texture with transparency. Instead of showing the the object transparent it just rendered ...
0
votes
0answers
31 views

VTK AlphaBitPlanesOn()/Off() only works before beginning rendering

I've written an application to render the contents of STL files and allow the user to take a screenshot of the display, among other things. I want the user to be able to toggle the transparency of the ...
0
votes
1answer
339 views

Alpha-gradient on Android

I need to create an alpha-gradient on the edge of the ImageView. Preferably using only XML. Image for example
3
votes
1answer
148 views

JTextArea not selectable, but still showing a “ghost” cursor

I put a JTextArea in a JPanel. This JPanel has a picture on the background, and the JTextArea is translucent (translucid red) to show the background through. I don't want the user to be able to edit ...
0
votes
1answer
414 views

ggplot legend showing transparency and fill color

I'm plotting two semi-transparent ribbons together. Using the code below, without the scale_fill_manual portion, I get basically what I want, with a legend called "red", and labels blue and red. ...
4
votes
1answer
107 views

Overlapping semi-transparent divs without alpha adding up?

Is there a way to have semi-transparent elements (divs) overlap, and have the overlapped area NOT add up the 2 alpha values...i.e. make a seamless overlap? So if div 1 and div 2 have 0.5 alpha, the ...
0
votes
1answer
197 views

Combine (Blend) two images to a final image, but avoid current content

When layering multiple I have to combine them at least once with an "empty" image or background. But there is nothing like "empty". It's transparent black oder transparent white. Even being completely ...
0
votes
0answers
92 views

Gesture.toBitmap give transparent image and View.GONE is not work properly when using the retrieved bitmap as a background in my layout

I am using Gesture Detector library. And when user make a gesture I am saving it into bitmap. Here is the code... @Override public void onGestureEnded(GestureOverlayView overlay, MotionEvent event) { ...
1
vote
0answers
62 views

QImage::hasAlphaChannel() reporting false for PNG [closed]

I have a .png image with some pixels being transparent. I open it in Qt but hasAlphaChannel() function reports false - why? load(..) should automatically detect the picture format, according to ...
0
votes
2answers
251 views

How to add Alpha -channels en masse with ImageMagick?

Suppose a dir with a lot of images, some of them miss the alpha-channel so looking bad against a background. I thought every picture had alpha -channel but some pictures now show white instead of ...
0
votes
0answers
42 views

QT4 making a dial control semi-transparent over an image

I have a dial control over an image scene->addPixmap(*pixmap); this->ui->graphicsView->setScene(scene); and I want to see the underlying image also in the control area. I tried for ...
4
votes
4answers
380 views

Implementing Cursor in Java with some Transparency

I have a 35x40 px. png image I want to use as a custom cursor in a Swing application. The image has a glow so contains alpha transparency values. Problem is when I attempt to use the conventional ...
0
votes
1answer
209 views

how to make a jpeg image semi transparent using gimp? [duplicate]

Possible Duplicate: Image background transparent GIMP I've a jpeg image. i'd like to make it more transparent as i'm using it in my android app as a background. It will have textview in ...
2
votes
1answer
119 views

2 opposite opacity values dont produce opaque color

I want to produce an opaque solid color with 2 opacity values of that color. eg: 0.5 opacity black color rectangle when placed above same 0.5 opacity black color doesn't give me same result as an ...
1
vote
1answer
256 views

Drawing bitmaps in Flash creates an alpha channel issue

I'm creating a drawing app in Flash with AS3. The "brushstroke" is created with a bitmap. This code seems to work fine when the brushstrokes are spread out. [SEE IMAGE 1] But when the same stroke ...
2
votes
1answer
70 views

Semitransparency / Alphalevels in J2ME?

My first question on stackoverflow, so my apologies if I'm missing something. I read in a reply in another J2ME transparency question from 2009 here at stackoverflow that "You should note that alpha ...
0
votes
1answer
278 views

jQuery hover transition on images with transparency

All the examples I've found to do this assume you have a jpg or some other image without transparency, like this tutorial. Now, if I applied that to a PNG with a shadow effect, the images are doubled ...
0
votes
1answer
192 views

PHP replace a color pixel by a transparente one

I want to make in a easy way a logo with solid backgroung with a transparent one, so I decide to take the first pixel and set that color on all the image as transparent, I know is not the best ...
2
votes
1answer
128 views

Set the visibility of components within a transparent JFrame

Question: To hide a JPanel which has been added to a transparent JFrame when the button is clicked. Problem: The JPanel is not correctly hidden, but is still shown with darker colour. Without the ...
0
votes
1answer
121 views

PHP : How to create a shadow to an image using an alpha mask

I have a PNG image with an alpha mask. I want to generate a shadow for this image, that would use the alpha mask. I suppose I would need to : get the alpha mask from the first image fill it with ...
0
votes
0answers
55 views

How to make Transparency Stroke on ImageView and Revert Also?

I want to basically develop the application like color splash. The link of the application on appStore is "http://itunes.apple.com/in/app/color-splash/id304871603?mt=8". I know the basic logic for ...
6
votes
1answer
2k views

good 3D explosion & particles effect using OpenGL (JOGL)?

I've been wanting to write it for some time now... as a project for the university, I've written (with a friend) a game that needed good explosions & particles effects. we've encountered some ...
1
vote
1answer
189 views

How to move a multilayer image with ImageMagick?

This is an ImageMagick question. I am trying to move all pixels of an image using: convert -page +X+Y old.png -background none new.png only old.png contains a few layers of opaque, transparent and ...
0
votes
2answers
325 views

JLayeredPane with transparent layer causes incorrect drawing

I have a JLayeredPane that has two layers. The top level is fully transparent and acts as a glass pane that captures mouse events and then dispatches them to the pane beneath it. The bottom layer does ...
1
vote
2answers
208 views

WebGL: Will zero-alpha pixels in a texture necessarily update the depth buffer?

I'm trying to render a texture which has a mix of fully-transparent pixels, and fully-opaque pixels. It seems like my only option is to render them distance-wise back-to-front (after all fully opaque ...
2
votes
2answers
298 views

Python Image Library - Make area of image transparent

I have a quick question for someone who knows the Python Image Library better than I do. I have a png image with an alpha-channel, and I want the top two rows of pixels to be completely transparent. ...
1
vote
1answer
339 views

AS3 Stage3D: how to render all triangles with an overall alpha?

I am working on a 2D AS3 project, where the different layers are rendered via Stage3D, in a single drawTriangles() call, as a single mesh. (if you are familiar with the BunnyMark GPUSprite mini ...
0
votes
2answers
1k views

Ico format - 32bit PNG vs 32bit BMP vs 24bit BMP

I'm releasing a .NET program, and am in the polishing up stage. I need to set the icon in the project properties. From my research, I would like to create images in the following pixel sizes to cater ...
1
vote
2answers
341 views

Check transparency existence & load only RGB values

In order to minimize the memory usage of bitmaps, yet still try to maximize the quality of them, I would like to ask a simple question: Is there a way for me to check if a given image file (.png ...
0
votes
2answers
292 views

Remove Whitepixels from a bitmap

I converted a movieclip with a lot of unused space into a bitmap, but it seems alike that many white pixels have been added to the bitmap during the conversion so the background wont be displayed ...

1 2 3 4