• 0

Creating a "transparent" bitmap


Question

I am having troubles creating a "transparent" bitmap (transparent = #FF0000). When I make the bitmap in Photoshop, it does work, the bitmaps in the strip are mainly transparent. If there is an empty area, it is transparent. You can see the window under it, instead of a horrible red.

But, it only sorta works, and I think this is because Photoshop makes things merge together nicely. The bitmaps I am trying to replace are in mspaint, and I am replacing them with partially transparent Tango icons. When I put a layer of red underneath everything to create the transparent effect, Photoshop blends the background + PNGs togther = reddish shadows and stuff.

So when converted into a bitmap, it is partially red since Photoshop did what it should, and blended the red. Which looks horrible.

Screenshot : xdpqwdixe.png

Does anyone know how to change this so it actually works? mspaint doesn't support alphabmps, only ugly background color bitmaps.

Link to comment
https://www.neowin.net/forum/topic/487370-creating-a-transparent-bitmap/
Share on other sites

10 answers to this question

Recommended Posts

  • 0

Instead of using 1 colour alpha (Magenta or 'Magic Pink'), you can use a bit 32bit bitmap which will have an 8bit alpha channel.

There's two option to making a 32bit bitmap:

First - Create the image with a transparent background and then save it as a 32bit bitmap in Photoshop.

Second - Save it as a portable network graphic and then open it in Microsoft Paint and save it as a bitmap.

  • 0

Bitmaps don't, normally. Some apps will use a color key (you VS-modders know what I'm talking about). Other XP apps use a special XP version of the bitmap format that includes full transparency. MS Paint isn't one of those, it'll only use a color key. But it's not too horrible.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.