Re: Hello: extract an image from a white background



"Freddie Maranzano" <freddie@xxxxxxxxxxxxxxx> wrote in message
news:47bee99b.2460609@xxxxxxxxxxxxxx
Hello,
I have need to extract an image froma a white background for place
this image on a black background on a flash file.
The problem is that there is a white halo that is ugly to see.
I heve tried to select the white colors, on Safe for web command, to
render transparent but the result is not fine.
There's a solution?
I hope of to have been clear and sorry for my english... :-)

Hi Freddie,

There are quite a few solutions, as well as ways of extracting your original
image. If you started out by using the magic wand, as many people do, that
could be the source of the problem.

Photoshop's Filter>Extract... command can do a beautiful job of removing the
original matte color, so you may want to check out a tutorial on the correct
use of that command. If this is not relevant to your problem, or otherwise
does not improve things, there are at least two commands may help with this.
First get your extracted image on a separate layer. Then use one of these
two procedures

1) Layer>Matting>Remove Black Matte - will quickly remove the black for most
cases. It will fail if the layer has large feathered edges.

2) If that doesn't work, use Select>Load Selection... to load the selection
from the transparency information of the extracted layer. Then use
Selection>Refine Edge... and click on Preview. Select the icon for a white
background, and use the various sliders to adjust your selection. Once you
have it looking good, click OK, invert the selection and press the delete
key to clean up the layer. This method has the problem that you are
deleting part of the edge to get rid of the black fringe.

If none of the above methods work, there are any number of techniques that
might work for your particular image. I suggest that you post a sample of
the image for people to look at and make more specific suggestions. If
necessary, join Flickr.com or a similar site, post your image, and provide a
link to it here.
--
Mike Russell - www.curvemeister.com


.



Relevant Pages

  • Re: Extraction into Mask ?
    ... I used Extract because the item has ... rather vague feathery or hairy edges. ... Load the layer as a selection (hold down Control on the PC or Command on ...
    (comp.graphics.apps.photoshop)
  • Re: Filling a layer with color
    ... Alt-Backspace will fill a layer or selection with whatever your ... foreground color happens to be. ... I think there's a similar command to ...
    (alt.graphics.photoshop)
  • Re: extraction VB code
    ... Sub extractall() ... '' so the Selection is this - where noduplicaterows leaves off - I believe. ... '' Get a specific reference to the added sheet. ... > I've put together this code to extract and id code data from an excel ...
    (microsoft.public.excel.programming)
  • Re: Assistance with photo editing.
    ... photo in an attempt to improve it. ... Duplicate the layer 2 times. ... Fill on the subject, extract. ... that fly-away hair you want to retain in the "in focus" layer and then ...
    (rec.photo.digital.slr-systems)
  • Problems using Expect to parse a file
    ... I'm trying to write a script to automate a program called DeltaE, a powerful thermoacoustic design tool, and to extract performance data from the simulations it runs by parsing through its output files. ... Less, on the other hand, remains open upon reaching the end of a file until it receives the "q" command, so I tried writing a script to step through the file using that, as follows: ... The trouble now is, although manually executing the command "less -c data/1.out" at a tty functions just as you would expect it to, when Expect sends the exact same command as part of the spawn process, and running the script with exp_internal true, apparently none of the data sent to the display by less when started normally is being seen by Expect - all it seems to get is "No tags file\r\n", followed by eof and closure of Less - I'm afraid I haven't a clue what the "No tags file" statement means. ...
    (comp.lang.tcl)