1 / 1

What is Vectorization?

Also, be aware that with highly complex images (such a photographs) it may not be possible to have a program handle the Vectorization automatically. Vectorization is the process of converting an algorithm from operating on a single value at a time to operating on a set of values (vector) at one time.

beta2
Download Presentation

What is Vectorization?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What is Vectorization? Vectorization is the process of converting a raster image into a vector line by having a computer program "trace" the image and automatically create vector lines. Most programs that can work with vector lines have methods for doing this automatically, however they all function differently and some images will work better in one program over others. Generally speaking, black and white images are the easiest to vectorized, as all the program has to do is draw a line along the border between any black and white pixels. Images with more complex color schemes can still be vectorized; however you will have to tell the program more information about how to determine where the lines are drawn.

More Related