RFX-GIMP

Update of "script-fu-server"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: cba96b670f2296bfc9f7120adcacbe254a8059df
Page Name:script-fu-server
Date: 2012-03-21 17:17:20
Original User: saul
Parent: 20b39ea007d2ef19e189d264d3555fd81717f1f2 (diff)
Content

Script-Fu Server is an extension to GIMP which lets you send arbitrary Scheme code over a socket for a running GIMP process to execute.

Each message sent should comprise a single Scheme expression -- but you can wrap multiple expressions within a 'begin' block if necessary, so this is not a problem.

This article provides a good overview of Script-fu Server, though the Perl stuff is not necessarily up-to-date.