Importing a layer mask from outside Elements 11

I have some masks I created outside Elements 11 and also imported from the web.  I would like to use these masks to blend two or more layers in Elements 11.

Here's another way in pse 11:
1. Ctrl (Cmd) click on the layer mask to load the selection of the layer mask
2. Make the layer active that you want to copy the layer mask to.
3. Go to Select>Save Selection and choose layer mask from the dropdown menu.
The above will make a new layer mask on the active layer using the selection you loaded from the layer mask.

Similar Messages

  • How to Import into Lightroom 3 from Photoshop elements 8?

    I just installed Lightroom 3 and bypassed the option to import my pics from from Photoshop elements 8 (to see what other options were available.  Lightroom advanced a page and there seems to be no way to return to the previous page, I've closed the page & reopened a few times.
    I cannot locate where PSe8 stores it's files either so that is not an option.  How do I reset lightroom to import my old files?  Thank you.
    I also see "upgrade files" but have no idea what this means & don;t see it explained; seems users are to already know the software before buying it.  Thanks again!
    BTW, I have tried to avoid posts in the past with my other software so not sure how I will receive the reply - assume I'll get an email.

    Thanks for your guidance, I had no idea what SDK is & only noticed Lighhtroom so picked it.

  • How can I automatically create a rectangular layer mask from an irregularly shaped selection?

    I am trying to automatically crop images. The subject is on a white background and extends from the left edge of the image to the right. The top and bottom of the subject are within the frame. I need to crop a certain distance from the top and bottom of the subject and a predefined width that would be calculated from the height of the subject.
    My current idea is to create a duplicate layer and run Threshold on it, which allows me to select the subject clearly. Once I have the subject selected I can use Image -> Crop to create the desired rectangle, but I can't figure out a way to create a mask from the irregularly selected subject. Does anyone know a way to take a selection and convert it to a rectangle? I hope this makes sense, I can try to explain better if not. Thanks.
    --Chris

    // make selection rectangular;
    // 2013, use it at your own risk;
    #target photoshop
    if (app.documents.length > 0) {
    var myDocument = app.activeDocument;
    try {
    var theBounds = myDocument.selection.bounds;
    var theArray = [[theBounds[0], theBounds[1]], [theBounds[2], theBounds[1]], [theBounds[2], theBounds[3]], [theBounds[0], theBounds[3]]];
    myDocument.selection.select(theArray, SelectionType.REPLACE, 0, false);
    catch (e) {}

  • Importing a Layer Shape from Photoshop to Flash

    Hi Guys,
    I have a layer in photoshop that is shaped like an triangle, and I want to make it so that in flash when I hover over it, it changes to an 'active' version that is brighter, however whenever I try to import the layer (I've tried saving it as .bmp, .png etc) I can get it to import without the background, but the imported file is still a square (the image size). Essentially I need just the exactly outline of the layer, which is a shape, versus the entire size of the image, can anyone help?? Thanks!

    There are only two options that I know of. You can redraw the triangle as a Flash object. Or, you can break apart the bitmap and remove the background parts of the image.

  • PSE2.0.2, Copy adj. layer mask from 1 layer to another

    I just recently started using adjustment layers. I created a mask in levels adj. layer. I want to copy that mask to a new Bri&Contrast adj. layer.
    PSE 2.0.2 on Windows XP.
    Thanks for your help

    You can also create your B&C layer directly above the levels layer and go to layer>group with previous. Then any change to the levels mask will appear in the B&C layer as well. This only works if the layers can stay adjacent to each other, though.

  • Importing values in sapscript from outside driver program

    Hi,
    I have a requirement where I have to import some values exported in some user-exit inside my text-element within the form. The driver program for the script is standard prg so cannot chg that. Any help in this regard is highly appreciated

    Hi,
        Try with calling a Subroutine in the sapscript.
    Regards
    Bala Krishna

  • Elements 11 - Brush tool not working when using layer mask

    My brush tool won't work when using layer mask in PS Elements 11. I also have Elements version 10 installed and there it works fine. If I do the exact same proces in version 11 nothing happens.
    Is this a bug or has something changed in the proces?
    Please help.
    Thanks.

      Make sure you have the mask thumbnail selected - it will be highlighted in blue.

  • Photoshop Generator: Unbound Layer Mask do not render correctly

    I'm a huge fan of the Generator feature in Photoshop CC. However, there seems to be a problem with layer masks: If you unbound the layer mask from it's content layer, the generated images will not match the actual image. It seems, that the layer mask is positioned in different way.
    Correct
    Incorrect
    Full Image
    Layers
    (no difference between bound & unboucn layer mask)
    Is this the expected behaviour?
    I'm using the latest Photoshop (14.2.1 x64 on OSX 10 Mavericks)

    David,
    I assume you mean in the edited PS TIFF file:
    In different cases I have either:
    A. A TIFF file with layer a layer mask
    B. A TIFF file with multiple layer masks
    C. A TIFF file with an alpha channel mask
    D. A TIFF file with multiple alpha channel masks
    E. A TIFF file with any combination of the above
    the outcome is the same, they all do not display correctly in Aperture. It does not seem to matter if the file was opened in PS from Aperture via the open with external editor command or if it was worked on outside Aperture entirely then imported. I do have maximize compatibility in PS checked (though I understand this is only for PSD files, though perhaps I am wrong here)
    any thoughts?

  • Copy Layer Mask

    As the subject suggests; I'm trying to find a way to copy a layer mask from one group to another.  I've looked around the web, but all I seem to find is a bunch of listener script that makes no sense, making it nearly impossible to get it to work for what I need.  I messed around with a layer script I have to copy layers between documents, but it doesn't seem to work the way I'd expect when trying to set it up for layer masks.  Anyway, the code I use for the layers is below.
                            var theCopyLayer = copyDoc.layers.getByName("Background");
                            var theCopiedLayer = theCopyLayer.duplicate(originalDoc.layerSets.getByName("stone").layers.getByName("mask"), ElementPlacement.PLACEBEFORE);
    The layer mask I need is in the same document on a group; so the document switch isn't necessary.  Does anyone know of a way similar to this that would work for layer masks?  Or is the listener script the only option currently available?  Thanks!
    dgolberg

    but all I seem to find is a bunch of listener script that makes no sense
    It may seem like it makes no sense, but that may not be easy to judge.
    This function should work if you enter the (unique) name of the group the Layer Mask of which you want to duplicate onto the app.activeDocument.activeLayer.
    function duplicateLayerMask (originLayerName) {
    // =======================================================
    var idMk = charIDToTypeID( "Mk  " );
        var desc2 = new ActionDescriptor();
        var idNw = charIDToTypeID( "Nw  " );
        var idChnl = charIDToTypeID( "Chnl" );
        desc2.putClass( idNw, idChnl );
        var idAt = charIDToTypeID( "At  " );
            var ref1 = new ActionReference();
            var idChnl = charIDToTypeID( "Chnl" );
            var idChnl = charIDToTypeID( "Chnl" );
            var idMsk = charIDToTypeID( "Msk " );
            ref1.putEnumerated( idChnl, idChnl, idMsk );
            var idLyr = charIDToTypeID( "Lyr " );
            var idOrdn = charIDToTypeID( "Ordn" );
            var idTrgt = charIDToTypeID( "Trgt" );
            ref1.putEnumerated( idLyr, idOrdn, idTrgt );
        desc2.putReference( idAt, ref1 );
        var idUsng = charIDToTypeID( "Usng" );
            var ref2 = new ActionReference();
            var idChnl = charIDToTypeID( "Chnl" );
            var idChnl = charIDToTypeID( "Chnl" );
            var idMsk = charIDToTypeID( "Msk " );
            ref2.putEnumerated( idChnl, idChnl, idMsk );
            var idLyr = charIDToTypeID( "Lyr " );
            ref2.putName( idLyr, originLayerName );
        desc2.putReference( idUsng, ref2 );
        var idDplc = charIDToTypeID( "Dplc" );
        desc2.putBoolean( idDplc, true );
    executeAction( idMk, desc2, DialogModes.NO );

  • Cannot Apply Layer Mask in Photoshop CS6

    First off, let me state that I am a *total* Ps newbie…My question regards the following: In Ps CS6, I cropped an area using the Marquee Tool. Then, I Added [a] Layer Mask from the Layers Panel. Next, I turned off the Indicates layer mask is linked to layer BUTTON, clicked the Smart Object Thumbnail, and moved the image using the Move Tool. Now, I right-clicked on the Layer Mask Thumbnail in order to Apply Layer Mask but it is de-highlighted. This is my problem. I cannot figure out how to Apply [the] Layer Mask. (I hope this all made sense.) Can someone please tell me how to do this in CS6? TY.

    Thank you for the quick reply. I started the whole process over again and went through the same steps; and, I don't know if it shows up in the screen capture, but there is, indeed, a frame around the Layer Mask Icon when I right-click on it. The above pull-down menu is what I get when I right-click on it. (BTW, this is for a CS5 online course I'm taking, and this particular Lesson is called "Generating a Non-Destructive Crop." I'm having to figure some stuff out, since I have CS6...) I hope all that info helps.

  • Help with upgrading from Photoshop Elements to Lightroom 3

    Any tutorials/books/best practices on upgrading from PSE to LR 3? I have thousands and thousands of photos in PSE, and I'm sure the upgrade is not as transparent and smooth as Adobe promotes it to be.
    Any suggestion, advice or past experience will be greatly appreciated.

    here is a set of instructions on doing what you want.
    Randy
    Playnwmadness
    Home / Using Photoshop Lightroom 3 / Importing photos
    Import photos from Photoshop Elements
    Was this helpful?YesNo
    Lightroom detects if your computer has a Photoshop Elements catalog and can import photos and data from the PSE catalog into a new Lightroom catalog. Lightroom imports photos and data from Photoshop Elements 6 and later on Windows. Lightroom imports photos and data from Photoshop Elements 9 on Mac OS.
    Note: For help troubleshooting errors or problems when importing PSE catalogs into Lightroom, see the Adobe Support article Lightroom 3 cannot upgrade Photoshop Elements catalogs (cpsid_85517).
    In the Library module, choose File > Upgrade Photoshop Elements Catalog.The Upgrade Photoshop Elements Catalog dialog box displays the most recently opened Photoshop Elements 6 (PSE6), Photoshop Elements 7 (PSE7), or Photoshop Elements 8 (PSE8), or Photoshop Elements 9 (PSE9) catalog.
    To choose a different PSE catalog, click the Photoshop Elements drop-down menu.
    To change the destination of the new Lightroom catalog, click Change and navigate to a different folder.
    Click Upgrade to import the PSE catalog into a new Lightroom catalog.

  • Layer Mask Transparency not White

    When I go to make a selection in Photoshop CS6 and then click on layer mask from the background layer, the inverse selection is trasparent, rahter than white. How do I change this? Thank you!

    Sorry for not describing it in better detail. Here is another example. When I go to crop image and expand my canvas beyond the borders and click ok, the background should be white, instead it is transparent.
    When I try to convert a selection from my background image into a layer mask by selecting and then clicking on the mask icon, my background is transparent rather than white. I have cleared all my settings and am totally stumped on what I should do. Any help would be much appreciated!

  • RE: moving a layer mask to a different layer.

    Is there a way to move a layer mask from one adjustment layer to another adjustment layer (within the same file), without removing the mask from its original layer?  (I can move a mask to a different layer by clicking and dragging the thumbnail, but the mask then disappears from its layer of origin).  I'm using Ps CS5 on Windows XP.

    Vinsolo,
    I tried the alt-drag and it works; thank you for the info.  Would this technique also work to move a layer mask to a layer in a different file?
    drraw33

  • Layer Mask Simulation in Photoshop Elements 7

    I downloaded a PDF file from the Photoshop Elements 7 website Adobe Elements Inspiration Browser entitled Layer Mask Simulation in PSE7 and followed the steps exactly.  However, one of the steps instructs you to choose "Layers>Create Clipping Mask".  I don't see "Create Clipping Mask" in the Layers menu or anywhere else.  Is this tutorial messed up, or am I missing something???

    Here's the PSE 7 help page. As Mark states in his post, it's Layer<Group with Previous. I would assume the tutorial must have been written with PSE 8 in mind.
    http://help.adobe.com/en_US/PhotoshopElements/7.0_Win/WSae2ea3b149d0c3591ae939f103860b3d59 -7f85.html
    Adobe changed the command's name from clipping group to clipping mask. They work the same exact way only the name is different. *Keep this name change in mind when you watch or read tutorials on the web.
    I think this command's name change was made to help match commands between various Adobe products.

  • PS Elements 10 Layers and Layer Masks - novice

    I'm new to layers and layer masks. Can anyone give me a quick tutorial, or a link, on how to do the following:-
    I wish to put the cobweb in to the witch's cave. Obviously, making it smaller and rotating it in the process. I hope the attached photos (from my own album) will help explain.

    You'll probably get more complete answers in the photoshop elements forum, but it's looks like your in the Qiuck Edit mode.
    Press the Full button to get to the full edit mode.
    http://forums.adobe.com/community/photoshop_elements?view=discussions
    Added: i see they already moved your question from the full photoshop forum to the elements forum.
    Message was edited by: R_Kelly

Maybe you are looking for

  • My iPod touch will not shut down to the black screen which causes my battery to drain with in an hour?

    My iPod touch will not shut down automatically which causes my battery to drain within hours? HELP

  • Small Business on iweb or using dot mac

    Hi, I am wonder is there any way to do a small business using iweb or using other tools integrated with dot mac? I am looking for something like isell that allows easy edit, shopping cart, visa payment method, etc(however, this need additional subscr

  • Impression impossible

    bonjour, j'ai photoshop éléments 10 et je rencontre le souci suivant : j'ai créé un album photo, je clic sur imprimer, je vérifie que l'imprimante choisie est la bonne, ( dans les choix, j'ai hp 7600 séries et hp 7600 séries fax, car mon imprimante e

  • Little Help Recording INternal Sounds

    See I Just Recently Crossed over to Mac from sshh a (PC)... Well, I used to use a program called Cool Edit to assist me for my Radio show that I run. Now the benifit of CoolEdit that I can Not seem to Get with GargeBand is... RECORDING INTERNAL SOUND

  • Sending e-mails via AOL on iPad

    Hi there I got an iPad for Christmas and can recieve e-mails, but cant send them via aol. I have an iPhone have have recreated exactly the same outgoing server settings as I am using on this, but it just doesnt work. Does anyone know the correct outg