RE: [Gimp-user] Writing gimp perl batch script

2003-07-31 Thread Michael Dingwall
>= Original Message From [EMAIL PROTECTED] ( Marc) (A.) (Lehmann ) = >On Wed, Jul 30, 2003 at 03:44:11PM -0500, Michael Dingwall <[EMAIL PROTECTED]> wrote: >> Subroutine Gimp::gimp_file_load redefined at /(path to Gimp.pm/Gimp.pm on line >> 541 > >This is probably a bug in gimp-perl with

Re: [Gimp-user] Writing gimp perl batch script

2003-07-31 Thread pcg
On Wed, Jul 30, 2003 at 03:44:11PM -0500, Michael Dingwall <[EMAIL PROTECTED]> wrote: > Subroutine Gimp::gimp_file_load redefined at /(path to Gimp.pm/Gimp.pm on line > 541 This is probably a bug in gimp-perl with the compatibility syntax. Could you try to use object-oriented syntax, i.e. Gim

[Gimp-user] Writing gimp perl batch script

2003-07-30 Thread Michael Dingwall
Hi, I've been working on getting a perl batch script written for gimp that will take the contents of a directory, pull out all of the pictures of a certain type and run some type of filter on them. So far everything works ok, until I try to loop the execution. here is the part that I'm having