ase use in that order."
> -Ed Howdershelt (Author)
> A homeowner's reach should exceed his grasp, or what's a weekend for?
If I understood well your question,
Why don't you try to cut the image using the color selection tool and after
saving the result image w
El Saturday 17 May 2008 23:58:17 Kevin Cozens va escriure:
> Xavier Mas wrote:
> > I need to program some batch actions using Scheme or Perl in GIMP but am
> > not able to see the scripts once they are registered. Scripts are well
> > writed, are example taken from GIMP
menu. There is
something am missing.
Any suggestions?
--
Xavier Mas
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
El Monday 05 May 2008 02:39:57 Kevin Cozens va escriure:
> Xavier Mas wrote:
> > I can't register the following script when I refresh the server and
> > don't know what's wrong with it. Any suggestions?
> > ---
> > define (uni-img size color)
>
>
SF-COLOR "color" '(255 127 0))
(script-fu-menu-register "uni-img" "/Script_Fu/Tutorials")
--
Thank you for your help.
--
Xavier Mas
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
El Saturday 03 May 2008 18:42:21 Joao S. O. Bueno va escriure:
> On Saturday 03 May 2008, Xavier Mas wrote:
> > Hi all,
> >
> > I am just getting myself into the writing of scripts and, as I use
> > Perl normally, would like to use it for that purpose.
> >
>
Hi all,
I am just getting myself into the writing of scripts and, as I use Perl
normally, would like to use it for that purpose.
I'm using GIMP on Linux (Mandriva) and have Perl already installed in my
system.
Thanks to all.
--
Xavie
oing this using ImageMagick and a shell
> script. The 'convert' program with the -alpha and -background options
> should allow you to do what you want.
Or you can do an script using Scheme. GIMP allows to use any of its functions
by script.
--
Xavier Mas
__