Can I add a bit of colour to a b&w photo with elements 8?

Hi,I'm looking at purchasing elements 8.The main thing I want to do is a black and white photo with a colour object.Will elements 8 do this? Thanks any help would be greatly appreciated.

Here are some ways to convert color to B&W but retain selected areas of color
The first method is probably the easiest, and is also described in more detail in the recent forum topic http://forums.adobe.com/thread/512424?tstart=30
Method 1
1. Add Hue/Saturation layer, move Saturation slider all the way left to remove color.
2. Set Foreground & Background colors to B&W defaults.
3. Paint with black to reveal color, paint with white to remove color.
Method 2
1. Duplicate Background layer.
2. Remove color:
    Enhance > Adjust Color > Remove Color
       or
    Enhance > Adjust Color > Hue/Saturation, move Saturation all the way left.
3. Use Eraser tool on duplicate layer to reveal color from Background layer.
Method 3
1. Select the area you want to keep the color, make it a new layer.
2. In background layer,
    Enhance > Adjust Color > Remove Color
       or
    Enhance > Adjust Color > Hue/Saturation, move Saturation all the way left.
Method 4
1. Create a blank layer above the Background layer and set its Blend Mode to Color.
2. Paint with default black or white to remove color.
3. Use  Eraser to restore color.
Method 5
1. Create blank layer above Background layer and set its Blend Mode to Color.
2. Select the area you want to keep the color, and invert the selection.
3. Fill the selection with default black or white to remove the color, and deselect.
4. To remove excess color paint with default black or white. To remove excess B&W use the Eraser.
In all of these methods, use a soft brush or eraser if you want a feathered transition between the color and b&w portions.

Similar Messages

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • How can I add a black border at the bottom of a photo?

    How can I add a black border at the bottom of a photo?

    Just curious: Why whould you want to add navigation Rules at run time. I believe the navigation rules should be set to begin with - "by s/w Architect Design".
    Else you can always use Redirect / Forward.

  • How can I add the date at the top of the screen along with the day and time display?

    Hello,
    How can I add the date at the top of the screen along with the day and time display?
    Thanks so much!

    Open System Preferences>Date & Time:
    Ciao.

  • I need to add bpm to my songs but in some of them i just can't add/modify any info. it seems like it happens only with the verified songs (the ones i download from souncloud work for example) probably verified trough gracenote..is there anything i can do?

    i need to add bpm to my songs but in some of them i just can't add/modify any info. it seems like it happens only with the verified songs (the ones i download from souncloud work for example) probably verified trough gracenote..is there anything i can do?
    this is what happens when i try to add/modify the infos and it doesn't work, i'm even unable to click in the spaces
    thanks for your attention,sorry for the bad english

    Right-click on your main iTunes folder and click Properties, then go to the Security tab and click Advanced. If necessary grant your account and system full control to this folder, subfolders and files, then tick the option to replace permissions on child objects which will repair permissions throughout the library. This is the XP dialog but Windows 7 shouldn't be too different.
    tt2

  • How can I restore move function and type tool which abruptly became balky with Elements 8 with OS10.10.2?

    How can I restore move function and type tool which abruptly became balky with Elements 8 with OS10.10.2?

    Follow-up: I'm worried about performing any actions without input, because I don't want to back myself into a corner.
    Will resetting Firefox fix the problem (instead of creating a new places database)? https://support.mozilla.org/en-US/kb/reset-firefox-easily-fix-most-problems
    According to this article, a reset will keep browsing history, which should allow me to access my lost tabs IF it will also fix my database problem.

  • Can I recover erased photos with elements organizer?    I still see the thumbnail

    Can I recover erased photos with elements organizer?    I still see the thumbnail in organizer. 

    Hi butterflykiss004,
    Please refer to given link and try to reconnect missing files:- https://forums.adobe.com/thread/1050248
    Let me know if you need further help on this.
    Sarika

  • How can I add a title and ALT text to a JPEG image in Elements 11 for MAC?

    Does anyone know if there is an easy way I can add a title and ALT text to a JPEG image in Elements 11 for MAC?
    Very grateful for any help here.

    Hello
    The Arrange menu is your friend.
    You may select the arrow then "Bring to Front".
    Yvan KOENIG (from FRANCE vendredi 19 septembre 2008 17:49:50)

  • Can I add a PLAY or Continue button in my Configurator Panel with a script?

    Some of my actions have a stop in them so that I can make some adjustments. How can I continue the action to complete it? Right now I need to go back to the regular action set and press the play button or have a shortcut key assigned to play. Can I add a PLAY button in Configurator?

    ocphotog wrote:
    Thanks but the action does most of that already. The action makes one last stop so that I can make a few last adjustments. I need a play button for the Configuator panel so that I do not have to go back to the action panel to press play.
    If the Stop is the last step in the action that action is actually done. I do not do panels but I would venture two guesses.
    1.) Put the stop message in the pannel instead and remove the stop that is in the action.
    2.) Leave the stop in the action so the user knows the process is done and they should make any final adjustment on ther own manually. Make the stop a stop with continue and add to the stop message click continue now.

  • How can I add a picture to a layer above a background photo?

    I create two layers, a background photo at the bottom and a empty transparent space at the top.  I click on the top space to make it active.  I copy a different photo.  I click on paste.  The computer replaces the background photo with the new photo.  I want it to keep the background photo and put the new photo in the top space. 

    There is nothing to install for the clipboard. It is part of windows. It is just a portion of memory where you can copy and paste data to or from. Windows use to have a clipboard viewer, but I don't know if they still have it or not. (whether or not it has been updated for the latest version of windows)
    You can paste to an image editor or a text program to see what is on the clipboard. Keep in mind all graphics must be pasted to an image editor and text must be pasted to a text editor.
    shortcuts to memorize - on all programs.
    ctrl-z = undo
    ctrl-x = cut
    ctrl-c = copy
    ctrl-v = paste
    These are all grouped together so they will be easy to remember.

  • How can I add .chm files (ebooks) to my itunes library to sink with my ipod touch?

    how can I sink .chm files to my ipod touch, I can`t even add them to my itunes library...

    I downloaded this app called CHM+ Lite.. Launch the app and Click the "+" Sign on the top right corner
    You will see an address like : 192.168.1.100:8080
    Type this in your browser on your computer.  You will be able to upload the file directly into the app.
    Hope this helps..

  • How can I add images which are not in Iphoto to Iweb photo gallery?

    I have many photos that I have not imported in Iphoto just because I worked on them with Photoshop and downloaded straight from the camera memory cards with a card reader. If I add the image from the disk with the add/choose command (or insert/choose: I have the italian version and I do not know what is the English original command...) the image is just attached to the screen but not inserted in the thumbnails of the gallery.
    Please help.
    Thanks
    Mauro
    Message was edited by: Bigabiga

    Drag/drop the picture you want to add on the area with the other thumbs.

  • How Can I add a new tab in property section of GMF editor with table or grid layout

    I am new to GMF and I had generated a gmf editor. I want a new tab in my property section for a diagram shape and should have a table or grid layout.

    Hi,
    you need to use the extension point org.eclipse.ui.views.properties.tabbed.propertySections
    Regards,

  • Can you use your iPad as a Wacom Bamboo to edit photo with iphoto or aperture ??

    Are you able to use your iPad 2 like a Wacom Bamboo to edit photo in iPhoto or aperture ?

    iPad VOIP apps... https://www.google.com/search?gcx=w&sourceid=chrome&ie=UTF-8&q=best+ipad+voip+ap ps

  • How can I add new content in iDVD to a DVD-RW disc which has ample remaining free space? After preparing the new video for burning and clicking on Burn to iDVD, I get a window saying the disc's already recorded and that I can either Erase or Eject.

    How can I add new content in iDVD to a DVD-RW disc with a video previously successfully recorded on it? (The disc has ample remaining free space.)
    After preparing the new video for burning and clicking in the File menu on Burn to iDVD, I get a window saying the disc's already recorded and that I can either Erase or Eject. My assumption has been that iDVD would automatically find the free space and continue with the new recording from there. I'd be grateful if anyone can shine light on this.

    There are, but not with a DVD written as a movie disk. It must be closed when completed, or it doesn't work.
    Apple's built in Burn utility also automatically closes any data CD, DVD or Blu-ray disk you burn. Doesn't matter how much space is unused, you can't use it. You'd have to use a more advanced disk creation app, such as Toast Titanium. I then have the option of choosing to write the data as a session:
    I can keep doing this until the disk is full. If I've written five sessions to the disk, when I put it in the drive, five CD/DVD icons will appear on the desktop since the OS will treat each session as if they are separate physical disks. At any point you choose Write Disk when writing a group of data, that means you're closing the disk, and again can't add anything after that. So if I had written two sessions, and the third was Write Disk, it's over. I can't put anything else on that disk.

Maybe you are looking for

  • How do I transfer purchased ringtones to sounds?

    I recently purchased an app to use a song from my itunes library to create a ringtone.  The ringtone appears on my Mac under tones, but will not sync to my phone.  I have selected sync all tones, but that did not work.  How do I get this to appear on

  • How can i get my money back for downloading a song?

    I bought some music from sublime but i just found the cd i had for it.  Is there any way to refund the music so i can get more music?

  • FB03 transaction gives runtime error due to time out!

    Hi All, In the transaction FB03, I entered a reference number that has not yet been created and then a company code of 2130 and fiscal year 2010 and hit enter. It takes a lot of time to show the error message that "No documents exists which fulfills

  • Dialpad not showing numbers pressed during a call

    During a call ( eg: automate service call, the one which require you to press certain number during a call ), when I press the numbers on the dialpad,  the numbers won't display on screen. The numbers I press actually goes thru the line, because the

  • Genric extracor -data source

    Hi friends,    when the data source does nt support delta upload then we go for generic extractor.am i right?   can u pls tell me few data sources ,which does nt support delta update thanks in advance. regards mano