Hi
GimpTalk seems to been down for a long period, most of this year. Check out 
http://gimper.net/ or GimpForum http://forums.tutorialized.com/gimp-66/  
instead.
Peter
28 okt 2010 kl. 21.00 skrev gimp-user-requ...@lists.xcf.berkeley.edu:

> Send Gimp-user mailing list submissions to
>       gimp-user@lists.XCF.Berkeley.EDU
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
> or, via email, send a message with subject or body 'help' to
>       gimp-user-requ...@lists.xcf.berkeley.edu
> 
> You can reach the person managing the list at
>       gimp-user-ow...@lists.xcf.berkeley.edu
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Gimp-user digest..."
> Today's Topics:
> 
>   1. Script-Fu "Illegal Function" Error (Aitchbee)
>   2. Re: Script-Fu "Illegal Function" Error (Rob Antonishen)
>   3. New GIMP jpeg-2000 plugin (advance-software)
>   4. gimptalk.com (gerard82)
>   5. Re: gimptalk.com (Ofnuts)
> 
> Från: Aitchbee <for...@gimpusers.com>
> Datum: 28 oktober 2010 15.04.56 CEST
> Till: gimp-user@lists.XCF.Berkeley.EDU
> Kopia: t...@gimpusers.com
> Ämne: [Gimp-user] Script-Fu "Illegal Function" Error
> 
> 
> I am getting an “Illegal Function” error message for a Script-Fu script I 
> wrote. Can anyone tell me what I am doing wrong?
> 
> The script is supposed to make a selection from the active path (vector), 
> fill the selection with the foreground color and stroke the selection with 
> the active brush.
> 
> I have run the entire script and the “define” part through the Script-Fu 
> console with out any errors. The individual commands also work when I enter 
> them in the console.
> 
> I am running Gimp 2.6.8 with an Ubuntu 10.4 operating system. The script also 
> shows an illegal function with Windows7.
> 
> Here is the script:
> 
> (define (script-fu-colorline image drawable)
>  (let* ((MyVector (car ((gimp-image-get-active-vectors image)))))
>    (gimp-image-undo-group-start image)
>    ;This clears the active layer
>    (gimp-edit-clear drawable) 
>    (gimp-vectors-to-selection MyVector CHANNEL-OP-REPLACE TRUE FALSE 5 5)
>    (gimp-edit-fill drawable FOREGROUND-FILL)
>    (gimp-edit-stroke drawable)
>    (gimp-selection-none image)
>    (gimp-image-undo-group-end image)
>    (gimp-displays-flush)
> )
> )
> (script-fu-register "script-fu-colorline"
>                   "Colorline"
>                   "Color as path"
>                   "Harlan Boise"
>                   "(c) Harlan Boise"
>                   "October 16, 2010"
>                   "RGB* GRAY*"
>                   SF-IMAGE    "MyImage" 0
>                   SF-DRAWABLE "MyDrawable" 0
> )
> (script-fu-menu-register "script-fu-colorline" "<Image>/Script-Fu/Tutorials")
> 
> Can anyone help?
> 
> -- 
> Aitchbee (via gimpusers.com)
> 
> 
> 
> Från: Rob Antonishen <rob.antonis...@gmail.com>
> Datum: 28 oktober 2010 15.33.15 CEST
> Till: Aitchbee <for...@gimpusers.com>
> Kopia: t...@gimpusers.com, gimp-user@lists.xcf.berkeley.edu
> Ämne: Re: [Gimp-user] Script-Fu "Illegal Function" Error
> 
> 
> Try getting rid of the double parenthesis around the
> gimp-image-get-active-vectors.
> 
> -Rob A>
> 
> 
> 
> 
> Från: advance-software <for...@gimpusers.com>
> Datum: 28 oktober 2010 15.39.14 CEST
> Till: gimp-user@lists.XCF.Berkeley.EDU
> Kopia: t...@gimpusers.com
> Ämne: [Gimp-user] New GIMP jpeg-2000 plugin
> 
> 
> Hi all,
> 
>    Our new GIMP JPEG-2000 plugin is now available (free).
> 
> Win32 binary : http://advance-software.com/download/tools/gimp_j2k_win32.zip
> (drop into GIMP plug-ins directory)
> 
> Source (licensed GPL v3) : 
> http://advance-software.com/download/tools/gimp_j2k.zip
> 
> The plugin includes support for jp2 & j2k file formats (mono & rgb including 
> optional alpha) with a save quality slider & interactive preview.
> 
> Best regards,
> 
> Steve Williams
> Director
> Advance Software Limited
> 
> -- 
> <><> Infinity is coming ...
> 
> 
> 
> 
> Från: gerard82 <for...@gimpusers.com>
> Datum: 28 oktober 2010 17.50.49 CEST
> Till: gimp-user@lists.XCF.Berkeley.EDU
> Kopia: t...@gimpusers.com
> Ämne: [Gimp-user] gimptalk.com
> 
> 
> Hi,
> Does anyone know what happened to gimptalk?
> When try to open http://www.gimptalk.com I get a server not found error.
> Gerard.
> 
> 
> -- 
> gerard82 (via gimpusers.com)
> 
> 
> 
> 
> Från: Ofnuts <ofn...@laposte.net>
> Datum: 28 oktober 2010 19.09.18 CEST
> Till: gimp-user@lists.XCF.Berkeley.EDU
> Ämne: Re: [Gimp-user] gimptalk.com
> 
> 
> 
> On 10/28/2010 05:50 PM, gerard82 wrote:
>> Hi,
>> Does anyone know what happened to gimptalk?
>> When try to open http://www.gimptalk.com I get a server not found error.
>> Gerard.
>>   
> 
> I tried to register to it a couple of weeks ago, needed help (mistyped my 
> email) and the "Contact us" page was jinxed. Mail to the usual ids didn't get 
> any answer either. Even got someone I know with an id on gimptalk to use its 
> internal mail to an admin and none of us ever got any answer.
> 
> So Gimptalk must have been on its own for quite some time... Maybe the server 
> is still there if you find its IP address....
> 
> 
> 
> 
> 
> _______________________________________________
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to