Tor Lillqvist 9b117a6de7 Use -mwindows on Win32. il y a 21 ans
..
.cvsignore 8beb7c582c configure.in plug-ins/Makefile.am plug-ins/sel2path/* <- New directory il y a 25 ans
Makefile.am 9b117a6de7 Use -mwindows on Win32. il y a 21 ans
README 8beb7c582c configure.in plug-ins/Makefile.am plug-ins/sel2path/* <- New directory il y a 25 ans
README.limn 8beb7c582c configure.in plug-ins/Makefile.am plug-ins/sel2path/* <- New directory il y a 25 ans
bitmap.h 294a54846e Removed embedded EOLs and spaces from tooltips, few typos. il y a 24 ans
bounding-box.h 294a54846e Removed embedded EOLs and spaces from tooltips, few typos. il y a 24 ans
curve.c e225cfaa7e fixed bugs #7144 and #7139 il y a 24 ans
curve.h 8beb7c582c configure.in plug-ins/Makefile.am plug-ins/sel2path/* <- New directory il y a 25 ans
edge.c fe0bf162c1 removed FINITE() macro. il y a 22 ans
edge.h 8beb7c582c configure.in plug-ins/Makefile.am plug-ins/sel2path/* <- New directory il y a 25 ans
fit.c 1590cecfe1 s/gimp_plugin_help_func/gimp_standard_help_func/ il y a 24 ans
fit.h 8beb7c582c configure.in plug-ins/Makefile.am plug-ins/sel2path/* <- New directory il y a 25 ans
global.h e47ed10901 plug-ins/sel2path/globals.h il y a 24 ans
math.c 294a54846e Removed embedded EOLs and spaces from tooltips, few typos. il y a 24 ans
pxl-outline.c 34554decdf merged fix from stable branch: il y a 23 ans
pxl-outline.h 8beb7c582c configure.in plug-ins/Makefile.am plug-ins/sel2path/* <- New directory il y a 25 ans
sel2path.c 1016c682c8 more plug-ins adapted to libgimp changes. il y a 21 ans
sel2path.h 8beb7c582c configure.in plug-ins/Makefile.am plug-ins/sel2path/* <- New directory il y a 25 ans
sel2path_adv_dialog.c 01dbd2c339 cleanup, removed unecessary G_OBJECT() casts. il y a 21 ans
spline.c e13fcd8b1f Turned C++ style comments into C style ones. il y a 23 ans
spline.h 8beb7c582c configure.in plug-ins/Makefile.am plug-ins/sel2path/* <- New directory il y a 25 ans
types.h 8beb7c582c configure.in plug-ins/Makefile.am plug-ins/sel2path/* <- New directory il y a 25 ans
vector.c 294a54846e Removed embedded EOLs and spaces from tooltips, few typos. il y a 24 ans
vector.h 294a54846e Removed embedded EOLs and spaces from tooltips, few typos. il y a 24 ans

README



Andy Thomas (alt@gimp.org) 9th July 1999


This plug-in will take a selection and convert it into a path.
For the purpose of the plug-in the selection boundary is defined
in a similar manner to that worked out for the "marching ants" markers
of the selection. I think this gives the best user feel/feedback since
the created path "follows" the "marching ants".

I cannot claim responsibility for the underlying algorithms. These
were taken directly from the GNU font utilities (the "limn" program
in particular) written by Karl Berry and Kathryn Hargreaves.

Their email addresses quoted in the README are:-

Karl Berry karl@cs.umb.edu
Kathryn Hargreaves letters@cs.umb.edu

Please see fontutils-0.6 package for more details. I have included the
README from the limn part of the package.

I thank Karl & Kathryn for producing such a well written set of utilites.

I have just added a gimp front-end onto them.


How to use it.
~~~~~~~~~~~~~~

Simply select an area and then select either "/Selection/To Path"
menu item or the "Selection To Image" button in the paths dialog. The new
path will be created. Currently if the LCP dialog has not been activated
then the path will not be visible... A bug I have just found - simply
bring up the LCP dialog and select the Paths tab to see the newly created
path.

An additional function can be obtained by having the "Shift" modifier pressed
while using the button in the paths dialog. This will pop-up a "power-users"
menu where the parameters to the underlying algorithms can be modified.
WARING:- Some values may cause the plugin to enter extremely long operations.
You have been warned.

Have fun!


Andy.

PS. Please direct any bugs etc found in this plugin to either
myself or the gimp-developer mailing list. Thank.