Skip to main content

PaintShop Pro Background Eraser

Background Eraser in PaintShop Pro

See the youtube video here: Background Eraser

The background eraser is a nifty tool in PaintShop Pro that can make erasing a simple-homogeneous background from a subject very quick and easy.  Note this doesn't work for all images, and in this example I am using a very eraser-friendly (yellow) background, and replacing it with a darker painted (blue) background.

This image is strategic in that it allows us to test with soft edges and hard edges, with a minor tweak in settings to get the best results.

Sharp Edges

For sharp edges, and usually the best settings for a first-pass, I used the background eraser settings as shown below. 


Dragging around the subject (making sure to always start with clicking the yellow background) yielded the following result.  In the areas of the hair where you can't drag into that region, I simply clicked while the eraser was on yellow pixels.

It's a good start, but note there are strong yellow halos around the hair.



Soft Edges

To address the haloing around hair, the one attribute we change in the background eraser is the Sharpness attribute.  Lowering this value allows the erase to blend more into regions that don't match the designated erase color.  

You may have to play around with this setting to get the best results.  In my case, performing the soft erase on the hair yielded this result.  This looks even better, however, one could argue that there is still yellow on the hair (not around it), that doesn't match the background.  We can fix this with some layered color blending.



Removing Haloing

To perform a subtle re-coloring of the regions of her hair and shoulders to better blend with the background, lets first sample a color from the background using the color pick tool.

Once we have a nice blue, create a new raster layer, and select the paint brush tool.  Use a low hardness, and a low opacity and color over the regions of hair and shoulders that you want to correct.

To make the effect blend better, change the new raster layer to a blend mode of Color.  This should yield something like the result below.  The shoulders and twirly hair strands no longer exhibit that yellow glow, and helps the subject fit better in the darker background.


Comments

Popular posts from this blog

Get a Python Script from Github

How to Pull Down a Python Script from Github This entry will cover how to pull down a script generated by MakeShopPro from github.  See the youtube channel for specific scripts and what they do:  MakeShopPro Youtube Channel You'll need to Install Python , before doing the following steps. Github Click on the link provided by the youtube video  (for this example you can use this script ) From the github page, find the *.py file and click on it.  In the example below, click on the PhotoMosaic.py To download the script right-click on the [Raw] button and select Save Link As... Choose a location to save the script. Install Libraries Sometimes scripts require extra libraries/modules to be installed for them to run.  Most of the libraries (but not all) come with the Python install.  If the video calls out an extra script to be added the following procedure is how to install them. Open a command prompt (doesn't matter the location) ...

Youtube Subtitles for Other Languages

The following is an instruction on how to view Make Shop Pro videos but with subtitles in a different languages.   First click the settings icon (gear) Click on the Subtitles/CC option Click on English (auto-generated) Click on this modified button Subtitles/CC English(auto-generated) Click Auto-translate Select your language You should now see subtitles (that may or may not be that accurate) that are a translation of the auto-subtitles generated in english.

Vector Graphic Drawing in PaintShop Pro

Basic Vector Graphic Drawing See the video on youtube at this link:  Make Shop Pro - Vector Graphic Drawing There are three types of vector objects that can be created, these are Shapes, Lines, and Text.  For the purposes of this tutorial, we'll focus on shapes and lines. Shapes To draw a shape, simply click on the Vector Graphic tool which will be any of the icons below depending on what was selected last. Once the tool type is selected, you can simply drag on the image to draw the shape.   We'll discuss how to manipulate this shape below. Lines To draw a vector line, you'll need to first click on the Pen Tool In the Pen Tool menu (typically upper left), you'll see there are three types of lines you can draw:  Line, Bezier and Freehand.  Select which type you want to draw. Before attempting to draw, ensure that on your Materials palette that the Line material (upper left, shown as black) is not transparent or has a co...