About 50 results
Open links in new tab
  1. Make white background of image transparent in css

    Sep 30, 2012 · Say you have an image with a white background and a container with a green background. You want the white in the image to be transparent, so it shows as green, and the …

  2. css - How to make image in html transparent? - Stack Overflow

    Mar 13, 2017 · Learn how to make images transparent in HTML using CSS techniques with examples and tips from the Stack Overflow community.

  3. C#, how to make a picture background transparent? [duplicate]

    May 23, 2014 · I have also faced the problem regarding transparent pictures. You have to draw it through code; see my question: How to give a picturebox a transparent background In the …

  4. python - Make the background of an image transparent in …

    I am trying to make the background of an image transparent in a Pygame script. Now the background in my game is black, instead of transparent. I read somewhere else that I could …

  5. How can I make an image transparent on Android? - Stack Overflow

    Feb 22, 2011 · Learn how to make an image transparent on Android with practical solutions and code examples.

  6. png - Set transparent background using ImageMagick and …

    176 Suppose you have any image (PNG or JPG). This image has a white background and I need to make this background transparent. I have tried with these examples: convert original.png …

  7. How to have a transparent ImageButton: Android - Stack Overflow

    Aug 4, 2010 · Please note that by giving the image button a transparent background, you're removing a visual feedback for button clicked (and probably disabled) state. This results in a …

  8. c# - How to make picturebox transparent? - Stack Overflow

    Nov 11, 2013 · One fast solution is set image property for image1 and set backgroundimage property to imag2, the only inconvenience is that you have the two images inside the picture …

  9. Make BoxDecoration image faded/transparent - Stack Overflow

    Jun 18, 2017 · See the Transparent image section in the Opacity API page for an example of applying opacity directly to an image, which is faster than using the Opacity widget.

  10. How to make graphics with transparent background in R using …

    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 …