[Gimp-developer] dumb questions about enums, marshals, and building out of the srcdir

2006-05-10 Thread paul ?
wondering why some *emums.c and *marshals.c live in the gimp cvs tree and others get generated at build time the reason i wonder is because i build outside of the source directory, yet the makefiles assume these newly generated files live there example: gcc -DHAVE_CONFIG_H -I.

[Gimp-developer] Gradient manager

2009-05-17 Thread Paul A .
Hello, the gradient manager that gimp has right now is extremely complicated to use and inefficient. Theres too much stuff you have to do to get a simple gradient , so I would like to show you an example of how it could be in the future. Because of the fact that it would be hard to describe it I

[Gimp-developer] Newsletter: Something for Everyone ! 77540

2002-04-28 Thread paul simmons
The Hottest Sites on the Net - Something for Everyone ! Check this out: http://virginbest.com This is a great newsletter for good people. I found this site, http://virginbest.com while I was looking for excellent adult material. And let me tell you, that this is one of the BEST sites

[Gimp-developer] Polygonal Selection Tool Re: Bug 119646

2006-12-03 Thread Paul Gnuyen
. That way the select from shapes tool could be deprecated, and the intelligence could be added as a feature to both the polygonal selection tool as well as the lasso tool. Thanks, Paul ___ Gimp-developer mailing list Gimp-developer

Re: [Gimp-developer] Polygonal Selection Tool Re: Bug 119646

2006-12-08 Thread Paul Gnuyen
Implementing this feature as requested, I find that there appears to be no way for a tool to handle a double click event as it is eaten further up. Is handling double click impossible from a tool? I currently have the tool autocomplete when someone hits enter, but I'm sure double click would be

Re: [Gimp-developer] Polygonal Selection Tool Re: Bug 119646

2006-12-16 Thread Paul Gnuyen
with modifier keys be made upon enter or first click? Thanks On Sun, 2006-12-10 at 16:56 +0100, Sven Neumann wrote: Hi, On Fri, 2006-12-08 at 10:19 -0800, Paul Gnuyen wrote: Implementing this feature as requested, I don't think that a full specification of the polygonal selection tool

Re: [Gimp-developer] Polygonal Selection Tool Re: Bug 119646

2006-12-16 Thread Paul Gnuyen
. On Sat, 2006-12-16 at 13:01 +0100, peter sikking wrote: Paul Gnuyen wrote: I don't know what full specifications look like for tools in the gimp but here's a shot. The Polygonal Selection Tool Selects regions by connecting points clicked with line segments There is a cost

[Gimp-developer] [writing to files] Error: set-output-port: needs 1 argument(s)

2008-03-22 Thread Paul Langevin
Hi, I've asked script-fu yahoo group where no-one seems to know the trouble. Can someone here tell me, please, why this script works perfectly well with Windows:MIT/GNU-Scheme and fails on Windows:Gimp2.4.4/TinyScheme ? It should create a file (whose name is given as an argument) which

[Gimp-developer] [*correction*][writing to files] Error: set-output-port: needs 1 argument(s)

2008-03-22 Thread Paul Langevin
Hi, I've asked script-fu yahoo group where no-one seems to know the trouble. Can someone here tell me, please, why this script works perfectly well with Windows:MIT/GNU-Scheme and fails on Windows:Gimp2.4.4/TinyScheme ? It should create a file (whose name is given as an argument) which looks

[Gimp-developer] newb questions re python-fu

2008-09-22 Thread paul taney
Environmental Data Rescue Org (http://iedro.org), so if somebody wants to help me with it... the script is attached though it has not run yet :-o It is for converting rasterized weather charts (stripcharts) to vector data for weather modeling. paul python-fu-vanderwalt.py Description

Re: [Gimp-developer] newb questions re python-fu

2008-09-22 Thread paul taney
== false positive. What should I do next? paul % cd /Users/paultaney/gimp/gimp-2.4.7/plug-ins/pygimp/plug-ins % ./python-fu-Vanderwalt.py Traceback (most recent call last): File ./python-fu-Vanderwalt.py, line 20, in module from gimpfu import * # imports the symbols gimp

Re: [Gimp-developer] newb questions re python-fu

2008-09-22 Thread paul taney
... Nope. Thats not it; I just tested for that, but it is something REALLY STUPID. itJe garantir./it paul python-fu-vanderwalt.py Description: Binary data ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https

Re: [Gimp-developer] newb questions re python-fu

2008-09-23 Thread paul taney
but it will not recognize any installed at ~/.gimp-2.0/plug-ins. I can live with that. Sorry about the missing comma; it was late when I added that line. I am running Komodo, so I do see the parsers hints as a rule. Thanks again, paul --- On Mon, 9/22/08, Chris Mohler [EMAIL PROTECTED] wrote: From: Chris

[Gimp-developer] /Filters/Render/Stroke to SVG...

2008-09-25 Thread paul taney
When it doesn't register, is there any console output from GIMP? Chris Ive got things working now and use numpy to convert bluelines to SVG lines or a python tuple that gets written out. It could be of general interest for vectorizing if it treated a selection. But I am converting

Re: [Gimp-developer] /Filters/Render/Stroke to SVG...

2008-09-25 Thread paul taney
--- On Thu, 9/25/08, David Gowers [EMAIL PROTECTED] wrote: From: David Gowers [EMAIL PROTECTED] Hi Paul, On Fri, Sep 26, 2008 at 2:19 AM, paul taney [EMAIL PROTECTED] wrote: When it doesn't register, is there any console output from GIMP? Chris Ive got things working

Re: [Gimp-developer] Python Docs

2008-09-27 Thread paul taney
. -name \*scm | wc -l 313 Did you see this one? http://docs.gimp.org/en/plug-in-retinex.html And tell me what you find, please. paul % find . -name \*scm -exec grep gimp-image {} \; | \ grep -v width | grep -v heigth | perl -ne '@a=split; \ print $a[0]\n' | sort -d | uniq

[Gimp-developer] numpy Docs

2008-09-29 Thread paul taney
). That would be a big help. Check out the attachment when you have some time. It is beginning to behave -- on my dataset, weather charts. See you, paul stroke_to_vector.py Description: Binary data ___ Gimp-developer mailing list Gimp-developer

Re: [Gimp-developer] script-fu error.

2008-10-01 Thread paul taney
Hi Giovanni, I googled Tinyscheme bitwise-and and got a hit. Try that. http://homepage.mac.com/rdadolf/tinyscheme.html paul --- On Wed, 10/1/08, Giovanni Rizzardi [EMAIL PROTECTED] wrote: From: Giovanni Rizzardi [EMAIL PROTECTED] Subject: [Gimp-developer] script-fu error. To: gimp

Re: [Gimp-developer] A question about python gimpfu - home folder

2008-10-10 Thread paul taney
Hi, Is there a method to discover the GIMP version and/or ~/.gimp folder that works across platform (from python)? gimp.directory On a Mac running gimp2.4.5 print gimp.directory = %s % gimp.directory prints gimp.directory = /Users/paultaney/Library/Application Support/Gimp ...but

Re: [Gimp-developer] A question about python gimpfu - home folder

2008-10-10 Thread paul taney
, Oct 10, 2008 at 10:11 AM, paul taney [EMAIL PROTECTED] wrote: Hi, Is there a method to discover the GIMP version and/or ~/.gimp folder that works across platform (from python)? gimp.directory On a Mac running gimp2.4.5 print gimp.directory = %s % gimp.directory

Re: [Gimp-developer] A question about python gimpfu - home folder

2008-10-10 Thread paul taney
Instead of getting a GUI file chooser, the main plug-in function is executed, and the the name of the currently selected palette is passed instead of this_file Attaching to another menu (Toolbox/Xtns/, for example) works as expected. I didnt find it (where is this menu?)... Maybe a

Re: [Gimp-developer] A question about python gimpfu - home folder

2008-10-10 Thread paul taney
, Oct 10, 2008 at 2:56 PM, paul taney [EMAIL PROTECTED] wrote: Instead of getting a GUI file chooser, the main plug-in function is executed, and the the name of the currently selected palette is passed instead of this_file Attaching to another menu (Toolbox/Xtns/, for example

[Gimp-developer] Adobe Illustrator to GIMP palette converter

2006-09-17 Thread Paul L Daniels
Hello everyone, This is my first ever GIMP related programming project. I've written a stand-alone converter for Adobe Illustrator palette files (.ai) to GIMP palette files. This was written because I do vinyl cutting/signs and the various makers of the vinyl (Avery

Re: [Gimp-developer] Adobe Illustrator to GIMP palette converter

2006-09-18 Thread Paul L Daniels
/ palettes or does it persistently decode them each time? Paul. -- PLDaniels - http://pldaniels.com - Xamime email content filtering PGP Public Key - http://pldaniels.com/gpg-keys.pld Pet Luxuries - http://pet-luxuries.com R/C Gear Shop - http://nqrc.com A.B.N. 19 500 721 806

Re: [Gimp-developer] Adobe Illustrator to GIMP palette converter

2006-09-19 Thread Paul L Daniels
BSD licence is GPL compatible, so no problems there. Paul. -- PLDaniels - http://pldaniels.com - Xamime email content filtering PGP Public Key - http://pldaniels.com/gpg-keys.pld Pet Luxuries - http://pet-luxuries.com R/C Gear Shop - http://nqrc.com A.B.N. 19 500 721 806

Re: [Gimp-developer] Adobe Illustrator to GIMP palette converter

2006-09-20 Thread Paul L Daniels
also do the importer for CADLink palette files. One question I did have is that the AI Palette entries are defined with floating point values for RGB, I presume that currently GIMP supports only the usual 24 bit RGB triples (ie, 0-255 per channel)? Paul. -- PLDaniels - http

Re: [Gimp-developer] Adobe Illustrator to GIMP palette converter

2006-09-20 Thread Paul L Daniels
working with CVS or a recent development release? Using the latest stable (2.2.13) release - is there a release that would be preferential in this situation? Paul. -- PLDaniels - http://pldaniels.com - Xamime email content filtering PGP Public Key - http://pldaniels.com/gpg-keys.pld