Re: [Gimp-user] Tips for digitising/tracing image with GIMP?



On Mon, 2012-06-25 at 14:53 -0700, avamk wrote:

Do you think GIMP is suitable for this kind of image analyses? Or should I
use a vector based program like Inkscape?

In GIMP you will need a data structure to track the traced lines, rather
than having a plugin just draw them on the canvas. You'll probably find
it a lot easier with Inkscape, or with potrace on the command-line
(especially under Linux) because the SVG output has XML elements you can
traverse. But you might alo be able to do the tracing to paths in gimp
and then iterate over the paths using the gimp-get-vector-points and
friends (see help->procedure browser in gimp and search for vector)

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org freenode/#xml




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]