How to display alpha channel of layer mask in layers palette ??

Help me out here folks....
Using CS5--in the past, when I added a layer mask to a layer, it would display in the palette as the alpha channel, which was very handy. Now, when I add a layer mask, it only appears as the mask icon; i.e., gray square with white circle in the middle. I have no clue what I did to change from the one to the other, but I would certainly like to get the alpha representation back!
TIA,
Toby

Could you please post a screenshot with the pertinent Panels visible?
Could you be mixing up Layer Masks and Vector Masks?

Similar Messages

  • Moving a layer's alpha channel into layer mask

    (CS3)
    I have a raster layer that has some semi-transparent pixels. I'd like to make the layer itself fully opaque, and move the contents of its alpha channel into a layer mask. How would I go about doing this? (If possible, merging the alpha channel with what I have already placed into the layer mask.)
    Thanks!

    kopo88 wrote:
    (CS3)
    I have a raster layer that has some semi-transparent pixels. I'd like to make the layer itself fully opaque, and move the contents of its alpha channel into a layer mask. How would I go about doing this? (If possible, merging the alpha channel with what I have already placed into the layer mask.)
    Thanks!
    Copy the alpha channel into your clipboard, then paste it into the mask. To paste into a layer's mask, alt click the mask to make the mask the focus then ctrl v to paste. To remove focus, alt click on the mask again or click on another layer. As to how to mix the two, you could probably do it using calculations.

  • How to display multi-channel image in the 'proxy'?

    There're many examples to show how to display composite channels in the 'proxy'. But I don't find any example to show how to display multi-channel image in the 'proxy'. I found that I can use PSPixelOverlay to display alpha channel data like this:
    int nSpotChannel = gChannelCount - 4;
    PSPixelOverlay* overlay = new PSPixelOverlay[nSpotChannel];
    for(int i = 0; i < nSpotChannel; i++){
           if( i != (nSpotChannel - 1) )
                 overlay[i].next = overlay + i + 1;
           else
           overlay[i].next = NULL;
           overlay[i].data = gChannelData + (4 + i) * nPlaneBytes;
           overlay[i].rowBytes = gProxyRect.Width() * gDocDesc->depth / 8;
           overlay[i].colBytes = 1;
           overlay[i].r  = 230;
           overlay[i].g = 161;
           overlay[i].b = 174;
           overlay[i].opacity = 255;
           overlay[i].overlayAlgorithm = kStandardAlphaOverlay;
    pixels.pixelOverlays = overlay;
    Then, Seeing red part, it will trigger a new problem, that is how to get the color value of the alpha channel by plung-in itself? It seems that no channel color value info is in FilterRecord.
    If you have other solution, please tell me. Many thanks!

    This is what I've been doing - was just curious if there was a way to see a more cohesive image.
    If the individual EQ plugins are in fact the answer, is there any way to smooth how the Analyzer displays? The image I posted above, all of the tonal curves are very smooth. The analyzer tool shows a lot of peaks and valleys within the overall curve and it's hard to pinpoint each instrument's "sweet spot." Vocals for example are very hard to spot.
    - Morgan

  • How copy an alpha channel mask to an adjustment layer?

    I can copy an alpha channel mask to an image layer by Ctrl+Clicking the alpha channel then clicking the Add Layer Mask icon in Photoshop CC but this does not work for an adjustment layer. How can I copy the mask from an alpha channel to the layer mask for an adjustment layer? Thanks.

    I am using Photoshop CC as I stated in my question. All updates have been installed.
    I am running on Win 7 Pro 64 bit with all updates installed.
    I am editing a photograph.
    I have an alpha channel with a grey scale mask.
    If I Ctrl+Click the alpha channel then click the Add Layer Mask button to add a layer mask to an image layer the alpha channel mask is added to the image layer.
    If I delete the layer mask from an adjustment layer and follow the same steps a solid white mas is added to the adjustment layer.
    Several others in the camera club I belong to have tried this with the same result so the problem is not unique to my system.
    Hope this helps.

  • I need to mask video, and maintain the alpha channel for the masked video!

    I wanted to know how to mask video in Final Cut Pro 6, I am sure there are options to do so, can someone please help me with getting started. I want to be able to mask video and maintain an alpha channel.
    Thanks in advance,
    Sebastian

    Did you get anything to show up on the tv?  If you got a aura wallpaper then it's working.
    If you did then it's in extended desktop mode or a logical extension of the desktop to the right.  Drage the player off the right side of the screen to the right and it will appear on the TV.
    All the options are in System Preferences > Displays > Arrangement tab.

  • How to create Alpha Channel automatically?

    I have a folder containing about 100 TIFF files, each containing an intricate shape against a transparent background.
    I need to create an Alpha Channel in each one which replicates the transparent background.
    Is there a way to do this "automatically" with Photoshop 7.0.1 (the only version I have access to) under MacOS X 10.4.11?

    Record into an action and batch: select layer transparency, save selection as alpha channel. Watch your matting though, as it sounds like these files will be flattened and any feathering in the alpha channel will leads to a fringe of [white? black?]. You could tuck in the alpha channel mask a bit before you save. It depends on the final usage...

  • How do I add a second layer mask to turn more areas transparent?

    I can't get this to work, and I haven't been able to find a post specifically for this question.  I applied a layer mask to a photograph to take out part of the background, that is, make it transparent.  I would like to add several more masks to make more areas transparent.  But when I add a second mask, it hides the first one, and the first one hides it. If I turn off either level, and I can see the transparent portion for the other level, but when both layers are visible, all of the transparent sections are covered.
    It seems to be there ought to be a simple way to do this.  Perhaps it is possible to combine all the selected transparency layers into one mask?
    Thanks for any help you can give.
    Best -- Cat

    Thanks, Scott!  I'm not exactly sure how to use groups, but this is a good reason to figure it out.
    I also figured out a kludgy way to do it.  I make transparent the part of one layer that is blocking the transparency of the others.  As long as I don't have a lot of layers do to that way, it works okay.  It's a pain, though.
    Thanks for the help!
    best -- Cat

  • How to set alpha channel names in a format plugin?

    I am writing a format plugin with 6 color planes for CMYK mode. I want to set the apha channel names for planes 5 and 6 to "White" and "Clear" instead of "Alpha 1" and "Alpha 2" when I read the color data from my file. How do I set the alpha channel names?
    Thanks!

    I am still trying to find a solution to this.  The propChannelName is read only and the documentInfo structure is NULL when reading.  Any suggestions?

  • How to retrieve alpha channel data in format plugin

    I want to ask how to get the alpha channel 's data that describle the document's transparent info, in a format plugin.
    for example , when open a PNG file in Photoshop, the photoshop set FormatRecord:: planes to 3 (not 4),
    in this case i can only request the RGB data.
    then how can i get if the pixel is transparent in document ?  (that is 0 - completely transparent, 255 - completely opaque)
    Thanks~

    i have resolved this problem, it's maybe i didnot set the fmtCanWriteTransparency flag in the pipl.
    thanks.

  • How can the alpha channel be removed in an image with the command sips?

    I solved it by converting the image to jpeg with best quality, but it's a less than optimal solution.
    Is there a better way?
    I want to know because I'm developing a bash script to manipulate images.
    Thank you.

    I'm developing a Bash script to automate PNG compression.
    Converting true color images is often a good idea to reduce file size dramatically but transparency doesn't look any good then. So removing the alpha channel is usually the thing to do.
    I think Apple's platform is very easy to use but as soon as I dig deeper into the system it often becomes frustrating. Why isn't there a simple way to do something so simple and basic as removing alpha channels from images from the command line? Sips should be the answer but doesn't seem to be, unless I've missed something, but the manual doesn't give any clue.

  • How to display 'Alpha numeric values' in lower character?

    Hi,
    We have 'Alpha numeric value' in one column and i need to display alphabets in lower character.
    I tried but throwing error.
    SQL> select * from a439487.ora_dev_inventory;
    HOST_NM HA INV_DT
    SMMK94 - 21-AUG-08
    SQL> select to_lower(HOST_NM) from a439487.ora_dev_inventory;
    select to_lower(HOST_NM) from a439487.ora_dev_inventory
    ERROR at line 1:
    ORA-00904: "TO_LOWER": invalid identifier
    I want 'HOST_NM' to be displayed in lower value.
    I need o/p like 'smmk94'.
    Any idea?

    Where did you find the TO_LOWER function? Can you
    show us?I would guess it was just an assumption based on the fact we have to_char, to_date, to_number...
    ;)

  • Layer thumbnails in Layers palette empty

    One of our users sometimes can't see the contents of the thumbnails for each layer in the layer palette.
    Looks like this:
    Any ideas on why and how to fix it?
    User is on Mac Pro (Mid 2010) with 16 GB RAM, Mac OS X 10.6.8, Photoshop 12.0.4.

    I would try:
    zapping the prefs: http://adobe.ly/PS_Prefs
    and elimating any third party conflicts: Troubleshoot plug-ins (Photoshop CS5 and CS4): http://adobe.ly/PSPlugIn
    http://kb2.adobe.com/cps/409/kb409112.html

  • Tiff files with Alpha Channels do not display or print correctly...

    I have Tiff files that have been edited in Photoshop that do not display correctly. As far as I can tell this is caused by the existence of Alpha channels in the channels panel in PS. When the files are imported to Aperture, they only display information from either the alpha channel or a layer using that alpha channel as a mask.
    If this is true, what are people doing about it. This cant be acceptable???
    Are there any work arounds and is apple addressing this problem?
    Can anyone else confirm this?
    I am using Aperture 1.1.2, OS 10.4.7 and PS CS. on a Dual 2GHz Power PC G5 with 4.5 GB RAM
    Please note, these are NOT .psd files. I have read and am aware of some psd compatibility issues, and have checked the maximize compatibility in PS.
    -Sol

    Thank you for your response, I am trying to figure out what to do differently when we re-create the PDF so we don't have font issues when we combine. I don't want to keep recreating the problem, I am looking for a solution. Why does this happen? What settings do I tell other to apply on their Acrobat? Is the a font issue in Adobe? I found this on a Google search on the internet and can't seem to get it to work on XI PRO.
      Embedding fonts into Acrobat 9 through Distiller:
    Launch Acrobat.
    Choose Advanced > Print Production > Acrobat Distiller.
    Select Standard in Default settings.
    Go to Settings and select Edit Adobe PDF Settings.
    Select Fonts and in the font source window select the fonts you want to Add.
    Click Save As and then OK.

  • How can I dispaly alpha Channels to proxy and show transparency correctly?

    Hi all! I have a problem. Please help me. Thank you very much.
    I want to display alpha Channels to proxy and show transparency correctly. I have get the datas of alpha Channels and RGB color. Following are the codes:
    void HiddenData::PaintPreview()
    if( !channelData ) return;
    PSPixelMap pixels;
    int spotChannelCount = gFilterRecord->documentInfo->alphaChannelCount;
    pixels.version       = ( spotChannelCount > 0 ) ? 2 : 1;
    pixels.bounds.left   = proxyRect.left;
    pixels.bounds.right  = proxyRect.right;
    pixels.bounds.top    = proxyRect.top;
    pixels.bounds.bottom = proxyRect.bottom;
    int32 proxyWidth  = proxyRect.right - proxyRect.left;
    int32 proxyHeight = proxyRect.bottom - proxyRect.top;
    pixels.imageMode     = gFilterRecord->documentInfo->imageMode;
    pixels.rowBytes      = proxyWidth * gFilterRecord->documentInfo->depth / 8;
    pixels.colBytes   = 1;
    pixels.planeBytes    = proxyWidth * proxyHeight;
    pixels.baseAddr   = channelData;
    // new for version 2 of PSPixelMap
    PSPixelOverlay* overlay = NULL;
    if( spotChannelCount > 0 ){
      overlay = new PSPixelOverlay[ spotChannelCount ];
      if( overlay ){
       int j = 0;
       for( int i = 0; i < spotChannelCount; i++ ){
        overlay[i].data = channelData + pixels.planeBytes * (4 + i);
        overlay[i].rowBytes = pixels.rowBytes;
        overlay[i].colBytes = 1;
        overlay[i].r = (unsigned8)spotColorList[j++];
        overlay[i].g = (unsigned8)spotColorList[j++];
        overlay[i].b = (unsigned8)spotColorList[j++];
        overlay[i].opacity = 50 * 2.55;
        overlay[i].overlayAlgorithm = kStandardAlphaOverlay;
        overlay[i].next = ( i == (spotChannelCount - 1)) ? NULL : overlay + i + 1;
       pixels.pixelOverlays = overlay;
       pixels.colorManagementOptions = kViewAsStandardRGB/*kViewAsMask*/;
    pixels.mat = NULL;
    pixels.masks = NULL;
    pixels.maskPhaseRow = 0;
    pixels.maskPhaseCol = 0;
    (gFilterRecord->displayPixels)(&pixels, &pixels.bounds, 0, 0, (void *)hdc);
    delete[] overlay;
    But there is a problem.The image of alpha Channels in proxy is not clear, because overlay[i].opacity = 50 * 2.55.
    It looks like  diffrent from displaying in photoshop.I do not know how to use pixels.mat and pixels.masks.
    Thanks!

    I run the plugin. But It can not show alpha channels. Can you show the code in your example clearly.Thanks! Following are the frames.
    The original document:                                 
    The result:
    Can not show the alpha channels.

  • How should I edit an alpha channel after saving?

    I have a series of files in which I improperly modified the selection set prior to saving the selection, and now around the intended viewable area there is a hazy artifact that seems to correspond to where I manually edited the selection using Quick Mask (prior to saving).
    In other words, within the area of the alpha channel that should be invisible, there is actually a visible, unwanted grey-ish artifact, and I think it's related to how I was using the brush to edit the selection in Quick Mask before saving.
    Now I am unable to edit the alpha channel, although Adobe's own website says that in order to edit an alpha channel, all I need to do is select the alpha channel (which I am doing) and then paint at 100% black or white with a brush to either include or exclude parts of selection set.
    When I choose the brush and start painting at 100% black or white, nothing happens and I can't figure out what is happening.
    Any help would be greatly appreciated.
    The exact steps that I'm taking are below:
    1) click on alpha channel (visible and ready for editing), all other channels only visible not active.
    2) selecting the brush at either 100% black or white
    3) attempting to paint to alter the alpha channel (I've tried painting on the actual alpha channel in Channels, and I've tried painting on the alpha channel as it appears in Layers, and neither works for me).
    CLARIFICATION:
    I actually am able to "edit" the alpha channel HOWEVER I cannot remove the hazy artifact. I can use 100% black or white to remove the pink/light red areas on either the actual alpha channel (in the Channels area) or as it appears in Layers, but I cannot remove the areas that are grey-ish (well I can paint them white but I can't paint them black, i.e. fully pink).
    A teacher showed me a quick fix process that basically involves activating the alpha channel, inverting the selection, and then deleting everything outside of the alpha channel, and then resaving the file. That worked at one point, but now that quick fix is not working either (I am just ending up with a completely visible, white space around the intended visible area, rather than an invsible area).
    EDIT (07:22 3.20.13) Also, if you look at what Photoshop is registering as the actual alpha channle, it doesn't match with what I'm seeing above, that is the black and white alpha channel appears to be as expected, and there is not the weird distortion that I'm seeing above in the pink/grey image.
    So I am super confused and would appreciate any help!

    I greatly appreciate your help with this.
    However, after adjustting the black from 99 to 100%, and double checking that the white is fully zero (right now I can't find any files with the white set to anything but "0," so I don't know why some of my screenshots showed that), I am still unable to use black to contract a selection, or white to erase unwanted areas of the alpha channel (this specific post's problem).
    So, I'm completely baffeled and am wondering if there is anything else that could be accounting for these results (i.e. the black and white paint not producing the expected results).
    Thanks again,
    dk
    EDIT:
    I attempted to make another alpha channel, this time without any manual adjustment of selection via the paint brush. Instead, I used the selection modification option of Contract and used it to contract the selection.
    SAME problem. The area that I contracted using Contract, (never painted), is once again displaying a slight grey artifact in the area that is supposed to be completely transparent.

Maybe you are looking for

  • What's the impact of rowid materialized view in oracle 10g

    Hello to all ; Oracle official  docs  saying ROWID materialized views should be used only for materialized views based on master tables from an Oracle7 database, and should not be used from Oracle8 or higher. For 10g or higher versions can we conside

  • HT1349 how do I put protected songs off itunes onto my android phone

    i was able to put itunes purchased music and obviously all pf my music that I ripped to itunes EXCEPT the protected songs.  I paid for them I should be able to put them onn my anderoid device.  any help?

  • How to resize the components in a JFrame when the JFrame Resizes?

    Hi all, i have some problems with my app. I have set the JFrame resizable and that works fine for the JFrame but not for the components in the JFrame. So my question is how can i set the components in a JFrame to resize automatically when the JFrame

  • Importing a class from another context?

    Hi JSP techies, Im using RESIN and having a simple problem of figuring out how to import classes from another context, if Im using the right word. ie. My .jsp files are under $home/resin/doc/test dir. And in the jsp file, I would like to import a ser

  • Queue or array which is better?

    I need a array of clusters to be stored for which the length is not defined. I will update, Add new element to it. Array or queue can be used to store the clusters. Which one would be better to use in terms of memory usage, fast execution and other p