Page 3 of 3

Re: Problem creating a transparent eps file from a black and whi

Posted: 2009-06-18T15:00:38-07:00
by fmw42
Sorry, I have not dealt much with vector processing. Had no idea that one could go from pixel images to vector images without doing image segmentation.

Fred

Re: Problem creating a transparent eps file from a black and whi

Posted: 2009-06-18T23:19:38-07:00
by anthony
JPEG is raster, so to create a vector image you need a raster to vector convertor.

Onlt two free ware ones I know of is autotrace (whcih IM can use automatically if installed and you save to SVG. and "PoTrace".

These however work better for greatly simplified images, that have color reductions (like to two colors only) to gnerate basic shapes. Their web pages have more detail.

Some examples of use in IM is
http://www.imagemagick.org/Usage/transform/#edge_vector

Re: Problem creating a transparent eps file from a black and

Posted: 2009-06-19T12:39:27-07:00
by kanwar_daman
Thanks a lot i think PoTrace can just work fine for what I want.

Thanks a lot man.

regards,
Kanwar

Re: Problem creating a transparent eps file from a black and whi

Posted: 2009-06-21T21:30:41-07:00
by anthony
I looks at potrace and autotrace, I opted for autotrace as it seems to produce cleaner output.

the potrace output was scaled and distorted making it harder to use. Mind you I wanted to extract the path and change the resulting SVG so as to convert a filled shape into a outline shape. However if you are happy with potrace, go for it.

Prehaps you like to publish what you are actually doing with it. If you don't want it public, send it to me using the "PM" (private mail) button below.