Apply a layer of /mask (?) to multiple Images

I don't know even where to start so I can explain what I need to do.

I'm trying to take a person on an image and then put the person on 100 other images in the same place. I don't want to have to do that 100 times different, being the person will be placed on the 100 images in the exact spot even pictures, I'm thinkn I have to make a copy (or store) the cutting of the person as a bed somehow. So how do that 100 other images (Backgrounds) help! I've looked everywhere and I'm just not getting it...

Here's how I do in PSE2. Later versions could have otherwise.

1. open the image of the person you want to copy. Use the different selection tools to select him/herself.
2. copy the person selected in the Clipboard: Edition > copy or Ctrl + C in the PC, command + C on the Mac.
3. open one of the destination pictures and paste it from the Clipboard: Edition > paste or Ctrl + V into PC, command + V on the Mac. The person will be placed on a new layer with transparent background.
4 use the tool moving to resize/reposition the person if necessary.  When resizing, hold the SHIFT key while dragging a corner handle (Maj retains the proportions).
5. keep this open image and open the next destination image.
6 select the first image and hold SHIFT then drag the layer of the person to the destination image. This copy of the layer and keeps the person in the same relative position (if you do not move the person will be positioned to where you drag the layer).
7. Repeat this copy of layer for the remaining photos.

I don't know a way to do it in the world all of a sudden. Again, your PSE version could have this capability.

Tip: After selecting initially the person pen 1 2 px selection to soften the edges before copy you to Clipboard. Then the stuck person will look more natural and less 'stuck '. I have an example of this at http://forums.adobe.com/message/3346946#3346946, msg #2.

Tags: Photoshop

Similar Questions

  • Application of a layer of text to multiple images as a batch action?

    I want to prepare multiple images for the press release, which include a small border with copyright information.   Simply each photo I'm working on must be accompanied by a small border and text indicating the copyright on each of them.

    I import from the room light and a batch action allows to create at the border.   It of quite simple, is it possible to create an action or script so that can I let fall into a text layer in each of the images without manually copy the layer text and paste it into each file... one at a time .

    Check the script from Russell Brown watermark...

    Mylenium

  • How to apply the random value "seed" to multiple images

    So, I'm in a weird situation, have been surfing the net for the solution for more than a day now and can't really find the solution.

    What is it?

    Its a small school project I chose and can't really find a way to do it.

    What I want to achieve?

    I have an image and I want to have like 50 variations of it.

    What have I done?

    I have loaded an image, performed an action that applies the filter called "Wave", the wave dialog I selected a rangeminimum and maximum values.

    The problem I have:

    I made 50 copies of the same image, and then I applied the action through treatment for these 50 images in batches. However, it applies exactly the same settings/values that I saved. It does not really use the beach that is the maximum and minimum values , I selected in the wave dialog box. It seems that when I closed the wave dialog box, the action creates a new value called 'Random seed' when recording and maybe this number seed tells photoshop what to choose between the min and max range provided by the user.

    So is it possible that when I run the action, he'll be looking for a new random value in the range max and the min provided?

    Thank you

    Marolina

    Save the script below in the text with the .jsx extension. Replace the wave filter step in your action with a step that runs the script. The rest of the action can stay the same.

    // seed range detemined by running the filter with the desired settings 10 times
    // and getting the lower and upper range from the scriptlistener log
    // the seed seems to depend on the other values. In another test the seed was
    // a 8 digit number
    var seed = Math.floor((192000-186000)*Math.random()) + 186001;
    app.activeDocument.activeLayer.applyWave(1,93,198,5,35,100,100,WaveType.SINE,UndefinedAreas.REPEATEDGEPIXELS,seed);
    
  • Why apply the layer mask is grayed out?

    Hello

    From time to time 'apply the layer mask' is not available.

    What I checked myself:

    -Photoshop is not in master view (abbreviation Q).

    -J' have reset all warning dialog boxes (since it is a way to get a mask by dragging it to the trash).

    Can't get to work!

    Other solutions? Thank you!

    Screen Shot 2015-04-20 at 11.23.16.png

    I found myself - the layer was a dynamic object. Perhaps I should suggest Adobe to let Photoshop ask pixelation during application, instead of just greyin'out.

  • apply the layer mask selection

    Hello

    IAM looking for a solution to apply a previeuws

    choice of a layer of an adjustment layer mask.

    The gale of my code to select the mask - but when I apply the

    selection, it creates top layer.

    I need to go into the layer mask (alt and click) and then paste it.

    Then turns off.

    Scriptlistender is not helping much.

    
    app.activeDocument.selection.selectAll(); //selects stuff on the preview layer
    app.activeDocument.selection.copy();  //copy that stuff - to paste it into the mask later
    
    var adjLayer = doc.layerSets.getByName("ao").artLayers.getByName("ao");  //searching for a group and specific layer
    var mask = ExtendedLayer.selectLayerMask(adjLayer); // extern function wich selects the mask (does not go "into" the mask - just selects it)
    
    
    pastMask = function()
    {
    
    // Selectin recorded by Script listender
    var idslct = charIDToTypeID( "slct" );
        var desc321 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref212 = new ActionReference();
            var idChnl = charIDToTypeID( "Chnl" );
            var idChnl = charIDToTypeID( "Chnl" );
            var idMsk = charIDToTypeID( "Msk " );
            ref212.putEnumerated( idChnl, idChnl, idMsk );
        desc321.putReference( idnull, ref212 );
        var idMkVs = charIDToTypeID( "MkVs" );
        desc321.putBoolean( idMkVs, false );
    executeAction( idslct, desc321, DialogModes.NO );
    
    // paste, recorded by script listender
    var idpast = charIDToTypeID( "past" );
        var desc322 = new ActionDescriptor();
        var idAntA = charIDToTypeID( "AntA" );
        var idAnnt = charIDToTypeID( "Annt" );
        var idAnno = charIDToTypeID( "Anno" );
        desc322.putEnumerated( idAntA, idAnnt, idAnno );
    executeAction( idpast, desc322, DialogModes.NO );
    
    
    };
    pastMask();
    
    

    Any help would be really nice. !

    Thank you very much

    Alpha

    app.activeDocument.selection.selectAll (); selects on the preview layer stuff

    app.activeDocument.selection.copy ();  copy such things - to paste it later into the mask

    var adjLayer = activeDocument.layerSets.getByName("ao").artLayers.getByName ("ao");  looking for a group and a specific layer

    activeDocument.activeLayer = adjLayer;

    pastMask = function()

    {

    Selectin registered by the listender Script

    var idslct = charIDToTypeID ("TPCV");

    var desc321 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    var ref212 = new ActionReference();

    var idChnl = charIDToTypeID ('channel');

    var idChnl = charIDToTypeID ('channel');

    var idMsk = charIDToTypeID ("Msk");

    ref212.putEnumerated (idChnl, idChnl, idMsk);

    desc321.putReference (idnull, ref212);

    var idMkVs = charIDToTypeID ("MKV");

    desc321.putBoolean (idMkVs, true);

    executeAction (idslct, desc321, DialogModes.NO);

    dough, recorded by the listender script

    var idpast = charIDToTypeID ("gone");

    var desc322 = new ActionDescriptor();

    var the idAntA = charIDToTypeID ("AntA");

    var idAnnt = charIDToTypeID ("Annt");

    var idAnno = charIDToTypeID ("year");

    desc322.putEnumerated (idAntA, idAnnt, idAnno);

    executeAction (idpast, desc322, DialogModes.NO);

    };

    pastMask();

  • Restore to 'apply the layer mask' OPTION?

    There is a new feature where you can drag a layer to the trash and NOT invited mask to "apply the layer mask?  This also has the 'do' don't show again option - which I clicked by accident. Thus, the default is now to apply the layer mask when I drag a layer mask to the trash. I can't imagine a way to restore the more traditional function, without restoring all other prefs.

    So what I would like is a way to restore the default classic where dragging a layer mask to trash the opportunity to apply or ignore them.

    Please excuse this apparently insgnificant request, but it is a very common function I would like to restore.

    Thank you!

    See if clicking Reset all dialogs warning at the bottom of Photoshop > Preferences > general solves the problem.

  • Lose the layer effects when I flatten image Photoshop CC

    How can I keep my layer effects when I flatten an image or the merger of the layers?  I tried a few ways to merge: for example merge down to an empty layer, visible merger, stamping the image, the rasterization of the layers, saving in jpg format, but still lose the effect.  I can also send it to a lab to be printed with all layers intact, as it is more than 1 GB in size. I searched the net for an answer, but all suggested does not work.  Help, please.  I really need to solve this problem.  Thank you

    It seems to me that you apply tonal corrections of black and white line art, or an image with the frame of halftone (points) (or something similar).

    That won't do anything because all you have is still pure black white and pure - but it will look as it does If you look at what it is other than 100%.


    The reason why the adjustment seems to take, is that you look at a preview resampled, cached, and resampling softens the edges and introduced middle gray values.

    When you group, the adjustment is calculated on the original size. Then he "disappears", because it is actually nothing to resolve.

    I could be wrong and it's something else - but is a very common question and a good bet.

  • I do I crop multiple images of the same photo in Lightroom 5 so I can export to Photomatix

    How do I crop multiple images of the same photo in Lightroom 5 so I can export to Photomatix.

    If the area covered by the images is the same, I suggest the creation of the HDR image first using the full frame and then later cultures. If you prefer he do it your way, highlight images and turn on auto-sync. Then one of the images of cultures and will apply to all images highlight.

  • How can find you an individual image of multiple images on a canvas size

    It's probably something really simple, but I can't for the life of figure me how I can find an individual image of multiple images on a canvas size. for example, I have 3 photos I want to organize 1 large and two others next to him half. How can I change the size of each image on the canvas as when I select the image on a layer sperate, I want to resize it just resizes the entire canvas and not the individual image

    Thank you

    The only method of certain East first resize the images and place them on the backdrop.

  • Can I cut around a path on a layer of the imported bitmap image?

    Hi all

    I work in Illustrator 9 on Windows 7.

    Can I cut around a path on a layer of the imported bitmap image?

    I have imported a Photoshop layer and I have a way of triangle on an Undercoat of the imported bitmap layer I want to select around outside of and then cut around the trail on the imported bitmap layer to make this bitmap layer the shape of my path of triangle.

    But when I select "Reverse" he tries to select other paths out of my way to triangle, it selects only the layer of the bitmap and leaves me to delete only this layer of the entire bitmap.

    I want to choose my path, then do it slightly cut the edge of the track on my imported bitmap layer.

    Thank you for any input,

    Digi

    You can use paths in an artistic form, no pixels, no clipping mask.

    If you need to recreate this in Illustrator. Should be simple enough to create these wavy lines. Their color, the pathfinder to create the triangle. You can then create the art brush.

    This here shows a slightly more complex procedure, because there is a gradient in there: http://www.vektorgarten.de/illustrator-flattening-transparency.html

    For wavy lines, you can use the effect zig - zag (or filter)

  • Is it possible to use the mask to an image in other images?

    Hello

    I prepare a product turned to send to a designer. I always create a mask to "pick up" the background, so that the designer can pull the product in InDesgin without picking up the background.

    I would like to send the designer versions 3 and 4 at the same time, with small changes to the detail of the shadows etc, but I'd rather not spend the time to create the same mask of 3 - 4 times.

    Is there a way to create a mask on an image, then copy this mask and place it in the other choices? Its exactly the same time with the same crop each image would be a double right.

    I know that I could ask him to choose and hide his first choice, but there is a bit of a lack of time here and a few layers of people for making the final selection, so he'll do anything that I have much more smooth if I could just send the finished product without creating a lot of back and forth.

    Thanks much for any help!

    Ellen

    If the images are exactly the same size, then make sure that the layer with the mask

    is the layer active and in other documents go Select > load selection and choose

    your document with the mask layer under the document Source and channel select the layer mask.

    After the selection of loads press the icon at the bottom of the layers panel layer mask.

    MTSTUNER

  • Harvest, you can use for multiple images?

    If you do copy work, is there a way to save a crop, and use it on multiple images that you could drag a layer adjusment to other images? Thank you.

    Difficult to know, from your description, what you really want. As mentioned Action is a very good option.

    There is also the "Front Image" option. You can designate any image opened (with the good harvest and the resolution), as your image before. Then with the crop tool is active, you can put these attributes directly in the options of the crop for any other image tool. This can be a quick way to unify a series of images in the same dimensions.

  • Animate multiple images at the same time

    I use Photoshop CS5 Extended. I did successfully interpolation when I did only a single object on a layer, but when I want to move more than one object, it does not work.

    Example:

    I have a layer with an object (say, a circle), it is frame one. I copy this image in the animation window. In the second frame, I move the circle. I tween these two frames and everything works fine.

    If I have TWO circles on a single layer, the one frame. I copy this image. In the second frame, I move one or both, circles and it changes circles in the first image as well. Thus, interpolation will not work.

    Is it possible to have multiple images Animate at the same time? So instead of one circle movement from left to right, I could also have a circle moving from top to bottom at the same time? Perhaps executives piled as a timeline? Any ideas?

    Thanks in advance.

    If I have TWO circles on a single layer,

    Not like that. They must be each on separate layers and more, animate you in 'bar' mode and only convert to executives at a later stage (in the interest of efficiency).

    Mylenium

  • __How is a applies a layer of individual pshop on several files in the same position?

    __How is a applies a layer of individual pshop on several files in the same position?


    Here's an example - I 12 images of fruit bowl, and I want to put a separate image of an Apple (cropped) on the 12 in the same position (without zoom to the exact pixels)

    Thank you

    Hold down SHIFT and drag one doc to another. Or use the layer > duplicate and use the destination drop-down to select the good doc.

  • VBAI acquire multiple images

    Hello

    We work with VBAI 2012 and we want to acquire multiple images as quickly as possible one after another to decide what is best for the inspection. Is it possible to take for example 5 images one after the other, or what I call the image to acquire five times?

    Thank you

    Oliver

    Why not continuous use to acquire images and use 5 as the number of buffers required?

Maybe you are looking for

  • How can I set up a network in the car for the video stream to iPad?

    Hello I'm looking to determine the best way to stream video to iPad in the car. The children had a mini iPad each with only 16 GB of HD. This does not need to store lots of video material. So, I'm looking for the best way to allow the video stream in

  • HP Envy 5530 always offline

    I have problems with my printer again (2 months) HP Envy 5530. It is always appear as "offline". I cycled power on the printer and confirmed that it is connected to my wireless router. I checked for the latest downloads for your printer and am up to

  • Windows Media Player went?

    I have an older HP laptop that has a slot for the DVD.  All of a sudden it stopped working. Is it true that MS no longer includes a multimedia player in their products? Why is stopped, if true?

  • DesignJet 1050c more Electronics Module Test

    Hello, all. A few weeks ago, we replaced the belt on our more tracer 1050c DesignJet.  After restarting the printer, he would end the scan of the axis.  Did a bit of reading and greasing and decided to try again today.  Today, it is said that there i

  • Compaq Presario 2545US upgrade (DC970A) CPU, compatible CPU?

    I have a HP Pavilion nx9010 (DV134U) for parts for my Compaq Presario 2545US (DC970A). It's practically a twin, internal differences only being their mothers and processor cards. The Presario's 31KT9MB0030 system board and CPU Pentium 4 d 2.40 GHz (S