GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SCM2PERL(1) User Contributed Perl Documentation SCM2PERL(1)

scm2perl - convert script-fu to perl

 scm2perl filename.scm...

This program tries to convert Script-Fu (Scheme) scripts written for The Gimp into a Perl script.

Don't expect too much from this version. To run it, you need the Parse::RecDescent module from CPAN.

Perl knows the length of arrays, Script-Fu doesn't. Functions returning single arrays return them as a normal perl array, Functions returning more then one array return it as an array-ref. Script-Fu (and the converted script) expect to get a length argument and then the arguments. Each occurrence (common ones are "gimp_list_images" or "gimp_image_get_layers") must be fixed by hand.

Marc Lehmann <pcg@goof.com>

gimp(1), Gimp.

Hey! The above document had some coding errors, which are explained below:
Around line 19:
=cut found outside a pod block. Skipping to next block.
2019-04-11 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.