see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann 1999-02-19 11:56:13 +00:00
parent 1251b28f68
commit d23abdc0aa
18 changed files with 18 additions and 17 deletions

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
#
# you can enable unix sockets, tcp sockets, or both (or neither...)

View file

@ -19,6 +19,7 @@ bugs
important issues
* register dummy function to calm gimp down
* paths in module(!)
* gimp->object_id, drawable_object_id remove!
* PF_CUSTOM
* gimp_display_image

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
#BEGIN {$^W=1};

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
use Gimp qw( :auto );
use Gimp::Fu;

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
#BEGIN {$^W=1};

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
use strict 'subs';
use Gimp;

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
# example for the gimp-perl-server (also called Net-Server)

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
# Revision 1.0: Released it
# 1.1: Marc Lehman added undo capability! <pcg@goof.com>

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
#BEGIN {$^W=1};

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
use Gimp;
use Gimp::Fu;

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
######################################################################
# A Perl::Fu plugin for converting TeX strings to floating layers.
#

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
BEGIN { $^W=1 }
use strict;

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
use Gimp;
use Gimp::Fu;

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
# sent to me by Seth Burgess <sjburges@ou.edu>
# small changes my Marc Lehmann <pcg@goof.com>

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
# This is (hopefully) a demonstration of how pathetically easy it is to script
# a neato effect you've come up with. This lil' effect was created by xach,
# and translated by sjburges (me). You can consider it released under the GPL

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
#[Xach] start off with an image, then pixelize it
#[Xach] then add alpha->add layer mask [20:21]
#[Xach] render a checkerboard into the layer mask

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
#require 5.005;

View file

@ -1,4 +1,4 @@
#!/usr/app/bin/perl
#!/usr/bin/perl
#require 5.005;