Quick Question - Find background colour of image?

Hi guys,
Its been years since I've used Photoshop, and I'm just trying out the Photoshop CS5 atm (a lot different from the simple PS7 that I was used to!) I've got an image that I want to find the background colour for, as I want to fill it to other images. I remember on the old versions if you erased an area the foreground colour would immediately just turn to the colour that you have deleted, but not anymore - I'm stuck!
Any help, hope I've explained myself well!
> Incidently, is there anyway I could purchase an old version of Photoshop? I'm a very infrequent user, and even the latest Elements software is pretty steep £50+. I'd happily pay a few pounds for Photoshop 7.
thanks

SongToRuin wrote:
Hi guys,
I remember on the old versions if you erased an area the foreground colour would immediately just turn to the colour that you have deleted, but not anymore - I'm stuck!
I don't believe you're remembering a true difference in the Eraser Tool.
With all versions of Photoshop, when you are working on the Background layer if you use the Eraser Tool it will paint in the color you have selected for the background swatch.
With all the versions as well, if you're working on a true layer the Eraser Tool clears pixels to transparent.
Now...
If you use the Delete key, on the other hand, the operation becomes equivalent to Edit - Fill, and in the newest versions you're given a dialog with options.  There are modifier keys with which you can avoid the dialog.
-Noel

Similar Messages

  • Missing background colour in image rollover in IE

    Just noticed I have a missing image background colour on a
    rollover link - it's fine in firefox and safari, but awol in IE(6).
    link
    here
    The CSS looks like :
    a:link img {
    padding: 5px;
    border: 1px solid #999999;
    a:visited img {
    padding: 5px;
    border: 1px solid #999999;
    a:active img {
    padding: 5px;
    border: 1px solid #999999;
    a:hover img {
    padding: 5px;
    border: 1px solid #8C595A;
    background-color:#CD8B8D;
    Any ideas?

    Hi Everyone,
    Great thread. I thought you guys might find this interesting.
    There is an IE Img Hover Bug that most people run into with
    border color change on hover that answers some of the questions
    here.
    Lain71, at the end I included code you can use with a thick
    border that should do what you want and will work cross-browser.
    I thought it might be beneficial to anyone else searching the
    forum for IE img hover issues to offer some additional detail.
    Most people first run into trouble when they have an image
    link and try to handle border color change like you would on a text
    link. Unfortunately, this is incorrect CSS for doing this but it
    works in IE6 :-/ It doesn't .. as it shouldn't ..work in the Gecko
    browsers.
    a.blah{
    border: 3px;
    border-color: #CC0099;
    border-style:solid;
    a.blah:hover{
    border-color: #33FFFF;
    <a href="#" class="blah"><img src="mypic.gif"
    width="100" height="100"
    border="0" /></a>
    In IE6, the border changes color on hover. Also, note that IE
    is actually rendering the code incorrectly by stretching the border
    around the image inside the link element. So it achieves the
    desired effect....until...
    Testing the page in FF or NN is where the trouble starts, as
    you notice the border no longer surrounds the image.
    FF and NN render that code correctly by applying the border
    to the link element only.
    By doing so, the height of the border is equal to text line
    height ..as Joe mentioned..which is usually not the height of the
    image.
    This same effect happens with background color and background
    images when applied to a:hover.
    So, now to make it work in FF and NN you use the correct CSS
    to apply the border to the image inside the link, similar to
    Lain71's code:
    a.blah img{
    border: 3px;
    border-color: #CC0099;
    border-style:solid;
    a.blah:hover img{
    border-color: #33FFFF;
    <a href="#" class="blah">test<img src="mypic.gif"
    width="100" height="100"
    border="0" /></a>
    Now it works in FF and NN beautifully, but...
    Now it doesn't work in IE ! There's no hover effect.The
    border doesn't change color.
    And there's the "bug."
    *********The bug:
    In IE, you cannot apply a hover rule to an image link without
    first
    declaring a hover rule for that link. (Go figure!!!!!!).
    This works nicely, I've found.
    a.blah img{
    border: 3px;
    border-color: #CC0099;
    border-style:solid;
    a.blah:hover{
    background-color:transparent;}
    a.blah:hover img{
    border-color: #33FFFF;
    <a href="#" class="blah">test<img src="mypic.gif"
    width="100" height="100"
    border="0" /></a>
    Now it works in IE, NN and FF.
    So,
    a.blah:hover {background-color:transparent;}
    takes care of IE's need to apply a hover rule to the link
    before applying a hover rule to the image link without changing the
    look of things..
    Take care,
    Tim

  • Finder Backgrounds Require the Image on the Computer

    I've had a particular folder on my computer with a background for quite a while now, I actually posted here about setting that up.
    Anyways, in going through moving some stuff around so there's not so much reandom stuff in my Documents folder, I decided it would be a lovely idea to move that image to my Dropbox, as I have a tendency to just chuck stuff there if I don't know where it should be at the moment.
    Anyways, I do this and, being the one to check on things like this, I go to the folder and the background is gone.
    Is there a way to keep the background in a folder without keeping the image in one place, or at all?

    Timothy Westman-Barth wrote:
    Is there a way to keep the background in a folder without keeping the image in one place, or at all?
    Hi Timothy,
    The image has to exist in some folder somewhere to show as a background in the Finder window that you choose to display it in. If you are trying to keep things orderly, perhaps create a folder in Pictures called Backgrounds for example, and keep all of your background images there.

  • How do I extend a div background colour (or image) beyond the browser viewport?

    Hi there,
    I have a web page, where I'm using onclick="showhide('ace'); to show an absolute positioned div ('ace') on top of the page, similar to a lightbox.
    And like a lightbox, I am trying to add a transparent png between the div ace and the page.
    Using the code below I can make it work. But when I scroll down the page, the background is cut short, determined by the browser size at the time of click.
    Is there anyway to make it always fill the entire depth of screen even if the screen is resized, or there is scrolling?
    Many thanks in advance!
    #ace {
    position: absolute;
    top: 0px;
    background:url(../images/fade.png) repeat-y;
    z-index: 5;
    width: 100%;
    min-height:100%;
    left: 0px;
    #wrappercen, #containercen {
    width: 954px;
    padding-top: 75px;
    #wrappercen {
    top: 0px;
        right: 50%;
        position: absolute;
    #containercen {
        left: 50%;
        position: relative;

    True - although if you use display:none, and change it to display:block to show the div, it will only push the screen when it's being shown.  I'm not sure how the wizards do this in the lightboxy-things....

  • Changing background colour

    Is it possible to change background colour of images?

    Welcome to the forums.
    There are a few great how to videos here
    http://www.apple.com/aperture/how-to/#video-adjustmentbrushes
    I have a feeling that this particular video may have the answer you are looking for.
    If this is not what you mean can you elaborate a little on your question please.
    Tony

  • Design Studio 1.3: include image, change textbox background colour, Data labels allingment

    Dear Community,
    I've been trying to rebuild one of my Analayis Office Workbooks within Design Studio.
    Attempting this, I've come across some questions I hope to find answers to, with your help:
    1. How can I include images, in a local application? I've inserted the "image" component, but I can't asign an Image file to this.
    2. How can I change the background colour of a textbox-component?
    3. I have a chart in my Dashboard. The bars I want to be labled. But defining, that data labels should be placed outside the bars, there is a mixed result. Some bars show the labels outside, some others display the lable somewhere within the bar.
    Who can help with those questions? Thanks a lot.
    Kind regards
    Sarah

    1. How can I include images, in a local application? I've inserted the "image" component, but I can't asign an Image file to this.
    When working in Local Mode, go to Application -> Open Repository Folder -> and open the folder that your BI Application is named.  Place your image file there.  Go back to your Design Studio Image component and set the src to the name of that image file.  It should show up.  This gets a little more involved when working on the BI Platform or NetWeaver Platform, as you'll want to publish the Image to a public folder on the CMS somewhere (for BI Platform), or the MIME Repository (for NetWeaver Platform).  But the concept is similar in that you have to know where to place the files once you are at that point.  Also as an approach that should work without any need to publish the image to the platform (as it's a little tedious), please read this document:
    How to embed images inside of a Design Studio App without uploading to server.
    Or, if you do not want to go through the base-64 encoding, consider the addon I blogged about here:
    Design Studio 1.2 SDK - An Image Component free of MIME Repository worries
    The deployable version can be downloaded from this blog:
    Design Studio 1.2/1.3 SDK - Design Studio Utility Pack
    2. How can I change the background colour of a textbox-component?
    You will have to write a CSS rule like this:
    .testbox {
        background : #009966;
    Then assign 'testbox' as the CSS Class to the text input box.
    3. I have a chart in my Dashboard. The bars I want to be labled. But defining, that data labels should be placed outside the bars, there is a mixed result. Some bars show the labels outside, some others display the lable somewhere within the bar.
    Not sure how much control the delivered chart components would give you here.  Maybe one of the third party addons listed in this post could help?
    List of Design Studio SDK Components

  • [noob question] setting window background colour?

    Hi,
    Am just getting to grips with basics of Xcode, Coacoa and IB, been looking at some easy examples and just set myself my first exercise; to build the C# Introductory Video example app
    OK, basically all I want to do is open the colour picker from a button and set the window background colour. But still with nothing more than an empty window in IB I can't find any obvious means to define it's background colour (not even statically)?
    Hope someone can help with this dead easy question... (my Coacoa programming book is still on it's way from Amazon
    Ceers,
    Rich
    PS. just looking for a nudge in the right direction, please - not a step by step description how to write my sample app, as well meant as that might be. cheers

    +Although I'm guessing from the underlying tone you're already pretty experienced and it's been a long time since you sat down yourself and first started to "look through the documentation"?!?+
    Sorry didn't mean to let the tone bleed through that much.
    But seriously I assumed there was an NSWindow function that did it, checked the documentation, found it, mocked it up in 5 minutes (alright 10 I'm still getting used to IB in Xcode 3), tested it to make sure it worked as expected and then answered your post. Not that you should have been able to do that as quickly but I could do it because I have slogged through the process for other objects I had used.
    Really this is a pretty basic Cocoa kind of operation. I have object X supplied but Cocoa (eg NSWindow, NSTextBox, etc.) and I want to do operation Y. Operation Y is almost always already there for you just waiting to be used. Learning this process of finding these things in the documentation and using them is really crucial to being a proficient Cocoa developer.
    In Xcode 2 Help > Documentation will give you the searchable API and just type in NSWindow. In Xcode 3 selecting an object - like NSWindow - will change the Help > Documentation menu to point to NSWindow directly.
    Cocoa is a very "lived in" API and it has clearly been evolved by people who really used it so it has the buttons and levers right where you want them most of the time. I assumed that NSWindow had a function to change the color simply because it would make sense that it would. And when I checked it did, but my making that assumption and being able to find the function comes from doing the heavy lifting already on other objects.
    I'm just hoping you take this as an example of how to do this and next time dig into the docs and find the function. There is no way to be good at it without doing it and getting good at it gives you access to Cocoa's rich API and will get you very far because you get all that programming other people have done for you for (almost) free.
    Good luck,
    =Tod

  • Finder Window Background Colours

    I have recently upgraded my old PowerBook G4 to a MacBook 2Ghz - Black.
    Setting all my preferences finder window background colours, icon sizes etc for all windows is fine.
    I have copied all my image files from the PowerBook to the MacBook, but when I increase the icon sizes for a particular window (selecting this window only) to view image thumbnails better the background colour changes to a bright orange or purple at the same time.
    Does anyone have any idea's, I have thought about re-installing OS X again and starting from scratch, but this can't be needed with a Mac can it????????
    Thanks
    Chris

    I can suggest two solutions:
    1) You delete all .DS_Store files from the offending folders. The files are invisible so it is a bit of a chore.
    Paste this Applescript in Script Editor and run it, then select your folder to remove all the invisible files I mentioned.
    set mountedDisk to POSIX path of (choose folder)
    tell application "Terminal"
    if (count of windows) is 0 then do script ""
    delay 0.1
    do script "find " & quoted form of mountedDisk & ¬
    " -name .DS_Store -delete" in front window
    end tell
    2) Make a new folder and move all your files to that folder.

  • Changing the background colour of an image.....

    hello, quick question, hopefully with a simple answer.....
    Im trying to get the photo with the black background, to have a blue background, similar to one shown.
    Is there a way of achieving this in photoshop?
    any help would be greatly appreciated
    regards,
    Alex

    make a Hue/Saturation adjustment layer, select Colorize and change the sliders until you get the color that you want. Select the layer mask of the Hue/Saturation adjustment layer, go to Select->Color Range and select the background only(it should be white) while keeping the stand deselected(black) and don't worry if you get some gray areas. Alt+Click on the layer mask and with the Dodge Tool set to Highlights and a high exposure paint on the gray areas of the background to turn them white. Go to Filter->Blur->Gaussian Blur and blur it a bit, the amount depends on the image size, for the image you posted about 2 pixels should be enough. Alt+click on the layer mask again so that you can see the image and with the layer mask still selected go to Image->Adjustments->Levels and drag the black triangle to the right until you see the color cast in the stand disappear.
    Of course you can stop after only using the Hue/Saturation adjustment if it's good enough for you

  • Keying video that has similar colour background, advice please-image included.

    Last-year I visited America, and on the last day managed to secure an interview with a WW2 Ace, which had to be done within a very short time span.
    Unfortunately this left me with a situation that I couldn't really control, and so I am in a situation where I need to add a background to footage (doesn't need to be perfect, so a fringe would be acceptable), but I wonder if anyone can give me steps on how to best remove the Pilot from the plain background.
    An image can be seen here from the footage:
    http://www.atgo72.dsl.pipex.com/key.jpg
    As you can see, his shirt and hair are very similar to the background colour, so I have had difficulty colour and chroma-keying.
    I am wondering if it is possible to key him out of the background, or whether I'm chasing my own tail?
    Any help would be much appreciated, cheers, Neil.

    Here is my feeble attempt.
    http://img135.imageshack.us/img135/3345/keyout.png
    How: create a simple travelling mask and keyframe the movement of person try avoiding too few bezier points for easier, this is helpful for keying purposes so that the keyer has less areas to key out and in the end you can additionaly adjust mask expansion and feather at your needs >> Keying: i used at least 4 instances of color key and play around with color, color tolerance and feather of each instance >> add matte choker, adjust >> ad simple choker, adjust.
    NOTE: Ae does not update changes very well, means every slider adjustment must be done by little increments, so adjust a little, release, adjust, release, to get the preview done this is pretty awful but it works somehow.
    COMP PREVIEW MUST BE SET @ FULL QUALITY otherwise at half resolution results vary very heavy - thats the next flaw, hopefully better in CS5
    much luck.

  • Find fill colour frames in images

    Hi All,
    I am trying to find fill colour frames in images, my code is giving error as Object does not support the property or method "allPageItem"
    could anyone solve this please.
    var COLOR_NAME="color name string";
         var currentPageItem;
         for (var currentPageItem=0;currentPageItem<app.activeDocument.allPageItems.length;currentPageItem) {
              currentPageItem=app.activeDocument.allPageItem[currentPageItem];
              if ((currentPageItem instanceof Rectangle || currentPageItem instanceof Polygon)
                        && currentPageItem.contentType==ContentType.GRAPHIC_TYPE
                        && currentPageItem.fillColor==COLOR_NAME) { // do what you want
                    app.activeDocument.selection=currentPageItem;
                   alert("This box has fill color!!");
    Thanks in advance
    Steve

    Hi Chinna,
    Thanks for your reply, the code is working with your idea like
    var COLOR_NAME="Red";
    //~ var COLOR_NAME=app.activeDocument.swatches;
         var currentPageItem;
         for (var currentPageItem=0;currentPageItem<app.activeDocument.allPageItems.length;currentPageItem) {
             currentPageItem=app.activeDocument.allPageItems[currentPageItem++]
              if ((currentPageItem instanceof Rectangle || currentPageItem instanceof Polygon)
                        && currentPageItem.contentType==ContentType.GRAPHIC_TYPE
                        && currentPageItem.fillColor==app.activeDocument.colors.item(COLOR_NAME)) { // do what you want
                    app.activeDocument.selection=currentPageItem;
                   alert("This box has fill color!!");
    Now, how can I find a fill colour in images (all colours which applied in images), could you change it please.
    Thanks in advance
    Steve

  • Changing background colour of W995 (when you don't have wallpaper)?

    Hello,
    If i set my phone to have no wallpaper the background colour for the main screen is grey.  Sorry if this is a dumb question, but does anyone know how to change this to black?  I think it was black to start with but somehow it got changed and I can't see a straightforward way of setting it back to black using the Display options because on my phone (W995) there is option here for colour change.
    Many thanks for any help anyone can offer

    What I really want to do is to set the background to black, then have a picture that i've taken in landscape as my wallpaper.  Because it's in landscape some of the background is still seen at the top and bottom and i want this to be black rather than grey.  I'm sure it was before, I just find it crazy that it has changed and there is no easy or obvious way to change it back - especially as the default setting must have been black.  I tried doing a reset of setting but it still came up as grey, even though I had to reset the time and date and so on.
    I wish they just had a menu so you could select a background colour, but it seems that doesn't exist.  Sorry to be seeming so difficult, because I appreciate your suggestions - I should have explained before that it isn't so much that I want a black wallpaper as a black background to put an image on top of as wallpaper.

  • Pse 10 change background colour in organizer

    Hi pse-experts,
    as a user of pse 6 I 'm used to work with darkgrey background in the organizer.
    This works perfectly for quickly assessing brightness and contrast of pictures.
    In pse 10 however I could not find any button to change the preset lightgrey background colour to darkgrey.
    Has anyone an idea in order to do this ?
    Thanks for your support, Frank

    Right click in the middle of the edit window.
    But you must right-click next to an open image or in the gray space in a floating window. I often choose a black background.

  • Question About Inactive Clients / Re-Imaged Clients

    Hopefully a quick question...  We have client push installation enabled site-wide in our SCCM 2012 implementation.  What is expected behavior if a workstation is rebuilt on the same hardware with the same name and the same AD computer account is
    reused?  
    So, for example, one of my coworkers asked me about his workstation.  He reinstalled Windows on it recently but the SCCM client hasn't installed since he rebuilt.  SCCM shows the client (the one tied to his old SMS GUID I imagine) as inactive.
    There is no ccmsetup folder in c:\windows on his newly built workstation - I can't find any evidence that the client attempted to install.  I confirmed that the OU where his computer account is located does fall under the OU structure configured in Active
    Directory System Discovery.  He said that when he joined it to the domain he was prompted (as expected I believe) that there was already a computer account with the same name and asked if he wanted to use the existing account, which he did.  
    I'd just like to know what behavior should be expected in this scenario.  I haven't checked yet but, given how frequently systems get re-imaged in our environment, unless this is abnormal behavior and an isolated instance, I may find I have quite a
    few clients that no longer have SCCM installed due to having been re-imaged.

    Hi,
    The installed flag prevents Configuration Manager from reinstalling the client when automatic site-wide client push installation is enabled. 
    Delete aged discovery data
    deletes inactive client records from the site database.
    I think the newly built workstation should be assigned a new GUID.
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Picture colour = background colour

    How can i change the background colour to the most frequent
    colour of a picture? for example i load a picture of a red flower
    (taking the size of the photo, therefore the red is the main
    picture colour) through XML, and the background changes to red,
    then i load a picture through xml of a blue picture and the
    background changes to blue. any help?

    You want to scan each picture and find the most weighted
    color? wow.. good luck on that one.. it is possible but tbh. that
    would be a huge amount of work.. www.quasimondo.com has a bunch of
    image scanners (or however it's called) but that would be a huge
    amount of work..
    Don't you want to keep it simple and pass the bg color
    together in the xml manually?

Maybe you are looking for