Skip to main content

Vector Graphic Library - PaintShop Pro

Vector Graphic Library in PaintShop Pro

See the youtube video version of this at: Make Shop Pro - Vector Graphic Library

This tutorial will cover the process of saving a custom drawn vector object as a reusable vector shape.  On beneficial use case for this would be generating comics.  If you have a set of characters you want to reuse again, saving the vector objects would save you a lot of time.

Setup Environment

The first step in the process of saving a vector shape is to first have some environment fields setup.  To get to the menu necessary for setting them, select the Preset Shape tool.  


Then in the tool bar, open the preset shapes icon, and click on the File Locations button.  The following dialog box should appear (shown below).


This is where you'll want to [Add] a new folder if you want to categorize the new shapes you are going to create.  For example, I'm calling my new folder "Chibi" since the shapes will be related to that theme.

Save a Vector Graphic Shape

So now if you create a your own vector graphic object, right click on it and select properties.  Give the vector object a unique name.  
Next go to File > Export > Shape...


It will ask you to give the exported shape a name.  I recommend giving a name similar to what you gave the shape.  Note that this is the filename, no the object name (which you set earlier).


Use the Custom Shape

Now that the shape has been added to the library, you can select the Preset Shape tool again.  If you added a library path that is embedded under the path of another library, you may see this message.


After clicking [OK], you should now be able to select the possible Preset Shape objects, and in that library you should be able to find the new object you created.


Once you build a library of objects, you can very easily create multiple images with the common assets, similar to this comic.  Enjoy!


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...