[Gimp-developer] http post or ftp post
Kevin Cozens
kevin at ve3syb.ca
Mon Jul 27 07:13:10 PDT 2009
Nico wrote:
> Is it possible to send data (http and/or ftp) in a script-fu plugin ?
>
It is not possible to do this with a default installation of GIMP.
Socket handling functions exist for the TinyScheme interpreter in
something called TinyScheme Extensions (tsx) which can be found at
http://heras-gilsanz.com/manuel/tsx.html
It is a set of run-time loadable extensions for TinyScheme that adds
functions related to sockets, file I/O, date and time, plus getenv and
system calls. Currently, the loading of TinyScheme extensions is
disabled by default.
If you want to get your hands dirty you could get tsx working with
Script-Fu but it would require compiling GIMP (or the Script-Fu
component) yourself. Run-time loadable extensions would need to be
enabled, tsx compiled to exclude building of its file I/O and date
routines (which are already included in Script-Fu), then building and
installing tsx.
Admittedly, it is not something that average user would want to tackle.
I was planning on enabling the run-time loading of extensions by
TinyScheme. Perhaps, now is the time to do itn.
--
Cheers!
Kevin.
http://www.ve3syb.ca/ |"What are we going to do today, Borg?"
Owner of Elecraft K2 #2172 |"Same thing we always do, Pinkutus:
| Try to assimilate the world!"
#include <disclaimer/favourite> | -Pinkutus & the Borg
More information about the Gimp-developer
mailing list