How do I convert a bitmap image to a Vector image?
I figured out how to trace it, but that still leaves pixels in the image. I want all the pixels gone and replaced by Vectors.
Thanks,
Kingoftherings
[solved] Converting Raster to Vector?
Re: Converting Raster to Vector?
When you trace a bitmap it creates a vector copy of the bitmap. Simply delete the bitmap.
-
- Posts: 3
- Joined: Thu Mar 20, 2008 10:44 am
Re: Converting Raster to Vector?
microUgly wrote:When you trace a bitmap it creates a vector copy of the bitmap. Simply delete the bitmap.
Sorry for being a noob, but how do I remove the bitmap?
Re: Converting Raster to Vector?
The bitmap exists in the drawing as it's own object, like any other object - so you can select it, move it, resize it, etc, the same way. You'll probably find it's directly behind the vector copy so you'll need to move the vector copy out of the way so you can select it and then press Delete.
Re: Converting Raster to Vector?
the bitmap should be a seperate object from the vector. i just grab 'n drag the vector to the side to reveal the bitmap still underneath, then just select the bitmap and delete it, and move the vector back into the page border. that's how i do it, so if there's an official way, you've got me! i'm sort of a noob, too!!
-
- Posts: 3
- Joined: Thu Mar 20, 2008 10:44 am
Re: Converting Raster to Vector?
microUgly wrote:The bitmap exists in the drawing as it's own object, like any other object - so you can select it, move it, resize it, etc, the same way. You'll probably find it's directly behind the vector copy so you'll need to move the vector copy out of the way so you can select it and then press Delete.
Oh, okay.
Thanks.