Merging two photos to get only one without shades

Hallo ,
I have two pics:
and
How could  I for to have only one image without shades?
Which is the method that gives the best result with photoshop cc?
Many thanks.

Really don't matter to much in this case what picture is on what layer. The result should be "the same".

Similar Messages

  • I have Office 2011 which includes Word.  Ever since downloading Mavericks, when I try to send a two-page word document, some recipients get only one page.  Also sometimes when I burn an image from iPhoto on to a disc, only part of the image appears.  Why?

    I have Office 2011 which includes Word.  Ever since downloading Mavericks, when I try to send a two-page Word document by email, some recipients get only one page.  Also when burning an image from iPhoto (usually no larger than 1mb) on to a disc, only part of it appears.  It appears to have been magnified so that only a part of the image appears.  Can anyone enlighten me as to what is happening?  And how to fix it??

    I have Office 2011 which includes Word.  Ever since downloading Mavericks, when I try to send a two-page Word document by email, some recipients get only one page.  Also when burning an image from iPhoto (usually no larger than 1mb) on to a disc, only part of it appears.  It appears to have been magnified so that only a part of the image appears.  Can anyone enlighten me as to what is happening?  And how to fix it??

  • How to get only one character

    my problem is the following:
    i want to get only ONE character from the input without pressing the "enter"-key. for example pressing ESC and doing something because it is ESC hit.
    thank you

    You can't. Either use a GUI or create a JNI DLL function that calls getch ().
    Kind regards,
      Levi

  • I have a video made with two cameras, in two tracks. Sometimes only one camera is running (because t

    I have a video made with two cameras, in two tracks. Sometimes only one camera is running (because they both turn off at certain clip lengths). I'm trying to cut them together using the multicamera window, but I get no audio from track 2. How can I get audio from track 2. (My kludge is to cut the original audio from track 2 and move it into track 1.)

    Good Grief!  Now that I know the answer, I can find it all over the place.  But before, I got so many google references that just told me it couldn't be done!  That made me think the answer must be obscure -- when it was really simple, and should have been obvious to me.
    The lesson seems to be: do more work looking around the panels and menus of the program itself before trying to look in "help" or "google".
    Thanks, again, Jerry, for your consideration.

  • How do I merge two different libraries, linked to one account? They're on two different computers but I want them to be on one

    How do I merge two different libraries, linked to one account? They're on two different computers but I want them to be on one

    This should do the trick
    Home Sharing Learn More
    http://support.apple.com/kb/HT201976
    Best of Luck

  • GUI - How do i merge two diffrent layout managers into one tab?

    Hello
    I want to create a cellphone, and when you click a button it will be displayed in a textfield
    the buttons are in a grid layout (4,3) and the textfield is in a border layout (NORTH)
    I have the layouts in two seperate tabs, but how do i merge two diffrent layouts in to one tab ?
    textfield:
    package guitelefon;
    import java.awt.*;
    import javax.swing.*;
    public class BorderPanel extends JPanel
       public BorderPanel()
          setLayout (new BorderLayout());
          setBackground (Color.green);
          JTextField output = new JTextField(5);
          add (output, BorderLayout.NORTH);
    }Buttons:
    package guitelefon;
    import java.awt.*;
    import javax.swing.*;
    public class GridPanel extends JPanel
        public GridPanel()
          setLayout (new GridLayout (4, 3));
          setBackground (Color.green);
          JButton b1 = new JButton ("1");
          JButton b2 = new JButton ("2");
          JButton b3 = new JButton ("3");
          JButton b4 = new JButton ("4");
          JButton b5 = new JButton ("5");
          JButton b6 = new JButton ("6");
          JButton b7 = new JButton ("7");
          JButton b8 = new JButton ("8");
          JButton b9 = new JButton ("9");
          JButton bs = new JButton ("*");
          JButton b0 = new JButton ("0");
          JButton bf = new JButton ("#");
          add (b1);
          add (b2);
          add (b3);
          add (b4);
          add (b5);
          add (b6);
          add (b7);
          add (b8);
          add (b9);
          add (bs);
          add (b0);
          add (bf);
    }driver:
    package guitelefon;
    //  LayoutDemo.java       Java Foundations
    //  Demonstrates the use of flow, border, grid, and box layouts.
    import javax.swing.*;
    public class LayoutDemo
         public static void main (String[] args)
          JFrame frame = new JFrame ("Cellhpone");
          frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE);
          JTabbedPane tp = new JTabbedPane();
          tp.addTab ("Grid", new GridPanel());
          tp.addTab ("Border", new BorderPanel());
          frame.getContentPane().add(tp);
          frame.pack();
          frame.setVisible(true);
    }

    a simple example with compilable code:
    import java.awt.BorderLayout;
    import java.awt.GridLayout;
    import javax.swing.*;
    public class Main {
      public static void main(String[] args) {
        JFrame frame = new JFrame("Cellhpone");
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        JPanel panel = new JPanel(new BorderLayout());
        panel.add(new FooPanel(), BorderLayout.CENTER);
        panel.add(new BarPanel(), BorderLayout.NORTH);
        frame.getContentPane().add(panel);
        frame.pack();
        frame.setLocationRelativeTo(null);
        frame.setVisible(true);
    class FooPanel extends JPanel {
      private static final String[][] BTN_STRINGS = {
        {"1", "2", "3"},
        {"4", "5", "6"},
        {"7", "8", "9"},
        {"*", "0", "#"}};
      public FooPanel() {
        setLayout(new GridLayout(BTN_STRINGS.length, BTN_STRINGS[0].length, 5, 5));
        for (int row = 0; row < BTN_STRINGS.length; row++) {
          for (int col = 0; col < BTN_STRINGS[row].length; col++) {
            JButton btn = new JButton(BTN_STRINGS[row][col]);
            add(btn);
    class BarPanel extends JPanel {
      private JTextField field = new JTextField();
      public BarPanel() {
        setLayout(new BorderLayout());
        add(field, BorderLayout.CENTER);
    }Edited by: Encephalopathic on Oct 29, 2009 7:56 AM

  • How can I set two different emails in only one contact form?

    How can I set two different emails in only one contact form?

    To enter multiple email address with the Contact Form Widgets:
    Click the Options icon for the selected widget, then
    In the Email to box, enter multiple emails by delimiting them with a semi-colon. For example: [email protected];[email protected]
    Cari

  • Can I merge two photos vertically instead of horizontally?

    Can I merge two photos vertically instead of horizontally?

    I don't understand the question. Please provide additional information as to just what you wish to do.
    For example, do you wish to display and print two portrait oriented photos side-by-side?

  • FM to get only quantity without its decimal points

    hi guys,
    is there any FM that can enable to get only qty without its decimal points without rounding up.
    e.g.: 500.12 , i need to get only 500 and exclude .12

    Hi Ester,
    U dont need any FM for that. You can use a simple logic like shown below:
    data: lv_quant  TYPE p DECIMALS 3 VALUE '500.96'.
    DATA: lv_out  type i.
    lv_out = trunc( lv_quant ).
    write lv_out. "this will have your result
    Regards,
    Prakash

  • Is there a  way to merge two separate iTunes accounts into one?

    Is there a  way to merge two separate iTunes accounts into one?  I don't want to "share libraries."  I just want one account that once stemmed from two seperate accounts and has all of the purchases and history.  Thanks for any help!

    No.

  • Is there a way to merge two apple id's into one?

    Is there a way to merge two apple id's into one?

    DBO501 wrote:
    Is there a way to merge two apple id's into one?
    This is not possible...
    From Here   http://support.apple.com/kb/HE37
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.

  • I need to work on two computers , can I install the cloud in two computers with buying only one product key ?

    I need to work on two computers , can I install the cloud in two computers with buying only one product key ?
    If yes, is the setting up procedure same as before?
    Thank you so much.
    Kenny

    Cloud License allows 2 activations http://www.adobe.com/legal/licenses-terms.html
    -Install on a 2nd computer http://forums.adobe.com/thread/1452292?tstart=0
    -Windows or Mac does not matter... 2 on the same operating system, or 1 on each
    -Both computer Cloud subscriptions may not be in use at the same time

  • Merging two photos to make one

    I have two photos that I want to take and combine them to make one. I was recently at my Dad's funeral and I was taking pictures of my step mom receiving the flag. Well I was to close to get one shot so I took two. One of the Officer giving her the flag and one of her. I want to join these to make one photo. Anyone have an idea how I can do this.  Thanks

    The 2 pictures should have the same resolution, since you took them sequentially with the same camera.
    However, the lighting may be at variance, especially if you used flash.
    If this is the case, then in order to get a good result, you may want to select the flag officer, and then your mom, as separate objects, without any background.
    Open a new, blank file with the same resolution as the pictures
    Copy/paste the two pictures. Each will be on its own layer. Enhance them with levels, and/or brightness-contrast . Position them with the move tool, and resize if necessary
    Add a new background that is pleasing, and add a frame or stroke.
    Finally, you may want to sharpen a bit.

  • How to merge two photos

    I am new to photoshop cs4 extended, I previously had elements 6. I have two photos of dogs and want to merge them into one. How can I do that and keep the proportion of the dogs proper even though the photos are not proportionate? One photo closer up than other, but when I merge I want dog sizes to be proportionate. Can this be done, and if so, how? I really appreciate all your help, you have been wonderful. Thanks.t

    if you mean like the photo below it is done by
    copying the photo of the dog on the left to the image of the dog on the right.
    then selecting the layer with the dog on the left and giving it a transparency of 50% in the layers panel (so you can see what you are doing.)
    then using the free transform tool and using the corner anchor points and holding the shift key while scaling the image until they look right to you.
    then you either use the eraser tool to carefully erase the unwanted background on the top layer with the dog on the left (btw you have to reposition the dog on the left to actually be on the left after you scale the dog,) or you use the pen tool to create a ath defining the dogs outline and turn that into a selection and hit delete to remove the background.
    the above requires skill and a little patience.
    then you position the dog on the left, if you want you can place it on the right.
    then once you are happy with the scale  and position and removal of the background you can adjust the color and tonal quality using the Curves and
    or Hue Saturation adjustments and perhaps the dodge and burn tools as well.
    The way you sue the adjustments on just the dog on the left since it is on its own layer is to hold the command (control) key down while clicking on the layers icon in the layers panel which will only select what are active pixels on that layer.
    Once you have it selected you can then select an adjustment to make which will be previewed and applied to only that selected area.
    You have to select it for each adjustment you make that you want to only apply to that region.
    Very cute couple!
    Merry Christmas!

  • Two photos into size of one.

    I have two photos which I want to merge into one, I need to make them half size and save them together as one as I can only upload one photo to a website.  How do I do this?

    For websites that accept a PNG file,  arrange the pictures the way you want and take a screenshot with CMD Shift 4.  Mark the  area and upload the resulting PNG file found on your desktop.
    Regards,
    Captfred

Maybe you are looking for