I have a JLabel with a box icon on it. I create the icon\'s image in photoshop. It\'s a png-24 image with the background full erased.
I\'ve been playing around with OpenGL for a full week or equivalent. After 2D I\'m now trying 3D. I want to reproduce the 3D scene you can see in the third video on http://johnnylee.net/projects/wii/.
I\'ve been using the new com.sun.awt.AWTUtilities class and am intrigued. I got com.sun.awt.AWTUtilities/setWindowOpacity(java.awt.Window window, float f) to work perfectly, but am now wondering if th
4.7 and like to overlay two images on a qgraphicsview. The image on top shall be semi-transparent to allow to see through it. Initially both images are fully opaque. I expected some function for setti
I\'m working on a small personal project and I need to create a non-rectanguar window (a circle to be more precise - though that might change) that has a drop shadow. I have the round window by changi
Using PHP is it possible to take an existing image and produce a copy where the original image changes from 100% opaque开发者_开发百科 to 0% opaque (or 0% transparent to 100% transparent!)?
I have a 16x16 transparent png and I did convert -rotate -45 a.png b.png This rotated it and created a new image b.png which is of size 22x22 and which when I use against a background shows the ori
I\'m trying to animate my desktop application for a client. I would like to animate the background with a loop and o开发者_JAVA百科ffer region specific animations on top of this (allowing transparenc
I have a Graphics object that I am drawing to and displaying. This is working fine. The thing that is not working is drawing a .png image with a transparent section. I am drawing these images from am
So I\'m trying to draw a solid red oval on a transparent window. I later want to do something more complex with multiple shapes, so using setWindowShape isn\'t what I\'m looking for. This is the code