RSS/Atom feed Twitter
Site is read-only, email is disabled

Exorting a line drawn in GIMP as a list of x and y co-ordinates

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Exorting a line drawn in GIMP as a list of x and y co-ordinates Christopher Mallows 14 Apr 15:50
  Exorting a line drawn in GIMP as a list of x and y co-ordinates Sven Neumann 16 Apr 08:54
Christopher Mallows
2007-04-14 15:50:17 UTC (almost 18 years ago)

Exorting a line drawn in GIMP as a list of x and y co-ordinates

Hi All,

I am quite new to using the GIMP. My question is this:

Is it possible to export (i.e. save a textfile) a line drawn in the GIMP as simply a list of x and y co-ordinates for each point of the line?

Thanks for any help anyone can offer me! Kind regards,

Chris

__________________

Sven Neumann
2007-04-16 08:54:02 UTC (almost 18 years ago)

Exorting a line drawn in GIMP as a list of x and y co-ordinates

Hi,

On Sat, 2007-04-14 at 14:50 +0100, Christopher Mallows wrote:

Is it possible to export (i.e. save a textfile) a line drawn in the GIMP as simply a list of x and y co-ordinates for each point of the line?

You can export paths to SVG. With a simple XSLT you can turn that into a list of x, y coordinates.

Sven