see plug-ins/perl/Changes
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
#
|
#
|
||||||
# you can enable unix sockets, tcp sockets, or both (or neither...)
|
# you can enable unix sockets, tcp sockets, or both (or neither...)
|
||||||
|
@ -19,6 +19,7 @@ bugs
|
|||||||
important issues
|
important issues
|
||||||
|
|
||||||
* register dummy function to calm gimp down
|
* register dummy function to calm gimp down
|
||||||
|
* paths in module(!)
|
||||||
* gimp->object_id, drawable_object_id remove!
|
* gimp->object_id, drawable_object_id remove!
|
||||||
* PF_CUSTOM
|
* PF_CUSTOM
|
||||||
* gimp_display_image
|
* gimp_display_image
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
#BEGIN {$^W=1};
|
#BEGIN {$^W=1};
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
use Gimp qw( :auto );
|
use Gimp qw( :auto );
|
||||||
use Gimp::Fu;
|
use Gimp::Fu;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
#BEGIN {$^W=1};
|
#BEGIN {$^W=1};
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
use strict 'subs';
|
use strict 'subs';
|
||||||
use Gimp;
|
use Gimp;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
# example for the gimp-perl-server (also called Net-Server)
|
# example for the gimp-perl-server (also called Net-Server)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
# Revision 1.0: Released it
|
# Revision 1.0: Released it
|
||||||
# 1.1: Marc Lehman added undo capability! <pcg@goof.com>
|
# 1.1: Marc Lehman added undo capability! <pcg@goof.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
#BEGIN {$^W=1};
|
#BEGIN {$^W=1};
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
use Gimp;
|
use Gimp;
|
||||||
use Gimp::Fu;
|
use Gimp::Fu;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
######################################################################
|
######################################################################
|
||||||
# A Perl::Fu plugin for converting TeX strings to floating layers.
|
# A Perl::Fu plugin for converting TeX strings to floating layers.
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
BEGIN { $^W=1 }
|
BEGIN { $^W=1 }
|
||||||
use strict;
|
use strict;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
use Gimp;
|
use Gimp;
|
||||||
use Gimp::Fu;
|
use Gimp::Fu;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
# sent to me by Seth Burgess <sjburges@ou.edu>
|
# sent to me by Seth Burgess <sjburges@ou.edu>
|
||||||
# small changes my Marc Lehmann <pcg@goof.com>
|
# small changes my Marc Lehmann <pcg@goof.com>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
# This is (hopefully) a demonstration of how pathetically easy it is to script
|
# 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,
|
# 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
|
# and translated by sjburges (me). You can consider it released under the GPL
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
#[Xach] start off with an image, then pixelize it
|
#[Xach] start off with an image, then pixelize it
|
||||||
#[Xach] then add alpha->add layer mask [20:21]
|
#[Xach] then add alpha->add layer mask [20:21]
|
||||||
#[Xach] render a checkerboard into the layer mask
|
#[Xach] render a checkerboard into the layer mask
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
#require 5.005;
|
#require 5.005;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/app/bin/perl
|
#!/usr/bin/perl
|
||||||
|
|
||||||
#require 5.005;
|
#require 5.005;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user