How to make a .bmp transparent?

Ask a Question related to Adobe Flash, Flex & Director, Design and Development.

  1. #1

    Default How to make a .bmp transparent?

    I am trying to make this bitmap, which I converted into a graphic symbol, transparent. I can't seem to make it work? Could someone please help? Thanks.


    jce1975 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. How do you make a transparent inline frame
      I have seen some impressive iframes which are somehow transparent. I wish to find the code for it.
    2. how to make the w3d background transparent?
      Hi all, I'm having problems on the make the w3d background transparent in director8.5. All the 3d models are made by Maya 5.0 Shockwave 3D...
    3. hot to make PS file transparent when in QuarkXpress
      Can anzbody out there help me with saving a PS file so it is transparent when I bring it into Quark. I know the waz is to create a path, but it's not...
    4. How to make an image interactive transparent
      I want my image to be interactively transparent. Corel PhotoPaint offers simple tool to give this effect. This means, I want my image to fade from...
    5. How do I make an image more transparent so I can....
      I know this one!! (First make sure you're working on a copy of our image - you don't want ever want to mess up your only original.) Open the...
  3. #2

    Default Re: How to make a .bmp transparent?

    Hi jce,

    I had never done it before, but I just did it after taking a look at your message.

    That was pretty simple with Flash 5.0, I'm not using Flash MX. That's how I did it :

    - Import BMP image.
    - When it's on a layer, select the image (if it's not already default selected after import)
    - Click F8, choose Graphic.
    - Then, you can do whatever you want with it.
    - Try going in the Effect window, select Alpha with 0%... it's now transparent.

    Is that what you were looking for ?

    Hope so.

    ø|i



    war_mice webforumsuser@macromedia.com Guest

  4. #3

    Default Re: How to make a .bmp transparent?

    I have yet to see .BMP supporting an alpha channel (transparency). I would
    suggest using photoshop, or similar, to utilize .PNG format. It will fully
    support transparency.

    "jce1975" <webforumsuser@macromedia.com> wrote in message
    news:befnuh$47r$1@forums.macromedia.com...
    > I am trying to make this bitmap, which I converted into a graphic symbol,
    transparent. I can't seem to make it work? Could someone please help?
    Thanks.
    >
    >

    Ultra Virus Guest

  5. #4

    Default How to make a .bmp transparent?

    Typically you cannot make a .bmp transparent (there is no transparency support in this format).

    You can however index a .bmp which will add a transparent colour in the 256th spot. Problem is, a lot of image requirements for bmp are 24 and 32 bit, and a transparent indexed image will only convert to 16 bit.

    For photoshop, simply leave the area you want transparent as empty and leave your layers. Go to "Image > Mode > Indexed Color..." and set it. This will flatten teh whole image to one indexed layer adn you should see a transparency. This computes roughly to the quality of a gif (no alpha levels) so don't expect anything great.
    gentlegerbil is offline Junior Member
    Join Date
    Nov 2011
    Location
    British Columbia, Canada
    Posts
    1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139