Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default copy transparencies

    Hi there!
    Is there a possibility to copy an image with partiell transparency onto
    another image, so that the transparencies are preserved?
    I used :
    member("bgr_GrabImage").image.copyPixels(member("b gr_Mask").image,\

    member("bgr_GrabImage").image.rect, member("bgr_Mask").image.rect)

    but somehow the transparency gets lost

    Thanks,

    ras


    rascreek Guest

  2. Similar Questions and Discussions

    1. Can't do transparencies in Freehand 9?
      Hi all, I am trying to import a circular image with the a transparent background. ..PNG, .GIF, whatever. Freehand 9 shows the opaque...
    2. transparencies
      I can't seem to get rid of the white background when I import a logo I've made in Photoshop (flattened CMYK). I've tried PSD, TIF, GIF, the whole...
    3. HELP! Printing Transparencies and spot colours
      I have a banner designed with an image in the background, the image had its transparency reduced to 50%. Ontop of the image i have text in pantone...
    4. How to have various transparencies in the image?
      Hi, let's say that I've inserted an image in InDesign and now I want to define various areas on it to have various transparency/opacity. Is this...
    5. Transparencies, shadows, etc.
      Well, I must say that when I first saw the chance of adding shadows and "advanced" transparencies in FHMX I was pretty excited.....however: The...
  3. #2

    Default Re: copy transparencies

    Are you working with 32 bit members with alpha channels giving the
    transparancy?

    I have use both the alpha effect copypixels atomatically to one of
    theses images, and I have extracted the alpha channel from a member and
    applied it as the mask during copybits in order to et the desired
    results.
    JB Guest

  4. #3

    Default Re: copy transparencies

    it works like u did it - thanks!
    sorry I just made a stupid mistake.

    thanks

    ras

    "JB" <lingoguy@sbcglobal.net> schrieb im Newsbeitrag
    news:lingoguy-8F7AD5.17255803122003@forums.macromedia.com...
    > Are you working with 32 bit members with alpha channels giving the
    > transparancy?
    >
    > I have use both the alpha effect copypixels atomatically to one of
    > theses images, and I have extracted the alpha channel from a member and
    > applied it as the mask during copybits in order to et the desired
    > results.

    rascreek Guest

Posting Permissions

  • You may not post new threads
  • You may 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