Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
d23abdc0
Commit
d23abdc0
authored
Feb 19, 1999
by
Marc Lehmann
Browse files
see plug-ins/perl/Changes
parent
1251b28f
Changes
18
Hide whitespace changes
Inline
Side-by-side
plug-ins/perl/Perl-Server
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
#
# you can enable unix sockets, tcp sockets, or both (or neither...)
...
...
plug-ins/perl/TODO
View file @
d23abdc0
...
...
@@ -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
...
...
plug-ins/perl/examples/PDB
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
#BEGIN {$^W=1};
...
...
plug-ins/perl/examples/alpha2color.pl
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
use
Gimp
qw( :auto )
;
use
Gimp::
Fu
;
...
...
plug-ins/perl/examples/border.pl
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
#BEGIN {$^W=1};
...
...
plug-ins/perl/examples/ditherize.pl
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
use
strict
'
subs
';
use
Gimp
;
...
...
plug-ins/perl/examples/example-net.pl
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
# example for the gimp-perl-server (also called Net-Server)
...
...
plug-ins/perl/examples/feedback.pl
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
# Revision 1.0: Released it
# 1.1: Marc Lehman added undo capability! <pcg@goof.com>
...
...
plug-ins/perl/examples/parasite-editor
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
#BEGIN {$^W=1};
...
...
plug-ins/perl/examples/prep4gif.pl
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
use
Gimp
;
use
Gimp::
Fu
;
...
...
plug-ins/perl/examples/tex-to-float
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
######################################################################
# A Perl::Fu plugin for converting TeX strings to floating layers.
#
...
...
plug-ins/perl/examples/view3d.pl
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
BEGIN
{
$^W
=
1
}
use
strict
;
...
...
plug-ins/perl/examples/webify.pl
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
use
Gimp
;
use
Gimp::
Fu
;
...
...
plug-ins/perl/examples/windy.pl
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
# sent to me by Seth Burgess <sjburges@ou.edu>
# small changes my Marc Lehmann <pcg@goof.com>
...
...
plug-ins/perl/examples/xachlego.pl
View file @
d23abdc0
#!/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
...
...
plug-ins/perl/examples/xachshadow.pl
View file @
d23abdc0
#!/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
...
...
plug-ins/perl/scm2perl
View file @
d23abdc0
#!/usr/
app/
bin/perl
#!/usr/bin/perl
#require 5.005;
...
...
plug-ins/perl/scm2scm
View file @
d23abdc0
#
!/usr/
app/
bin/perl
#
!/usr/bin/perl
#
require
5.005
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment