[Gimp-user] Re: Re: INT32 complaints

2001-04-11 Thread Guillermo S. Romero / Familia Romero
[EMAIL PROTECTED] (2001-04-11 at 1342.35 -0400): Have you tried "$draw-plug_in_pixelize(10);"? This worked. And so did this: plug_in_pixelize($draw, 10); I have been using the - latelly. As well as . in Python. It seems to be the programming trend. Do not ask me the theory, nobody has

[Gimp-user] Script-Fu command line parsing help needed

2001-04-11 Thread Ryan Schuermann
say i want to pass a tick mark in a string, how would i escape this to make gimp happy? /usr/bin/gimp -i -d -c -b '(script-fu-bla-bla "Let's Go!")' '(gimp-quit 0)' or is this a shell problem and not a gimp problem? thanks Ryan -- .-.--.-. \

Re: [Gimp-user] Script-Fu command line parsing help needed

2001-04-11 Thread Jeff Trefftzs
Try escaping the embedded tick mark with a backslash: /usr/bin/gimp -i -d -c -b '(script-fu-bla-bla "Let\'s Go\!")' '(gimp-quit 0)' At a guess it's a shell problem. You may want to escape the exclamation point, too. -- --Jeff Jeff Trefftzs [EMAIL PROTECTED] http://www.tcsn.net/trefftzs