Top "Transparency" questions

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

nodejs Sharp: transparent into white

I am using Nodejs Sharp to transcode/resize png images into jpg. Is there way to replace transparent with white (…

node.js jpeg transparency sharp
iOS 7 - Display user wallpaper as UIWindow background

How would it be possible to have an iOS app display the user's wallpaper? Apple uses this in places like …

transparency ios7 wallpaper
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 …

javascript css internet-explorer-6 png transparency
.setVisible(true) immediate repaint

In a short method, I hide a JFrame using setVisible(false). Then I take a screenshot and restore the JFrame …

java swing transparency visibility repaint
CWnd with transparent background

I'd like to create a CWnd based class that will introduce a control with transparent background. There is no big …

mfc transparency cwnd
How can I rotate a transparent png by 45 degrees using imagemagick and keep the new image transparent?

I have a 16x16 transparent png and I did convert -rotate -45 a.png b.png This rotated it and …

png imagemagick transparency image-rotation
flow text around a transparent png with css/jquery/anything

For now, i have: <img style="float:right;" src="/path/to/image.png"> <p>lorem ipsum …

jquery css image transparency flow