[Gimp-developer] how to make Gimp::Perl script work remotely?

2002-09-26 Thread forest monk
Hi All, I have a Gimp::Perl script that works fine locally and i wanna make it work through networking. Say, If i start a gimp perl server on a server machine, what should i do to be able to execute the script on a remote machine?I searched online resources and found that on server side, i

[Gimp-developer] Film Gimp climbing the charts

2002-09-26 Thread Robin Rowe
Film Gimp is a 16-bit per channel version of Gimp intended for frame-by-frame retouching of motion pictures. Movies that used it include Scooby-Doo, Harry Potter, and Stuart Little. Film Gimp is available for Linux and Irix, with Windows and Macintosh planned. With the announcement of the

Re: [Gimp-developer] how to make Gimp::Perl script work remotely?

2002-09-26 Thread pcg
On Thu, Sep 26, 2002 at 02:56:06PM +, forest monk [EMAIL PROTECTED] wrote: through networking. Say, If i start a gimp perl server on a server machine, what should i do to be able to execute the script on a remote machine?I searched online resources and found that on server side, i need

Re: [Gimp-developer] Film Gimp climbing the charts

2002-09-26 Thread Robert L Krawitz
From: Robin Rowe [EMAIL PROTECTED] Date: Thu, 26 Sep 2002 10:55:06 -0700 Film Gimp is a 16-bit per channel version of Gimp intended for frame-by-frame retouching of motion pictures. Movies that used it include Scooby-Doo, Harry Potter, and Stuart Little. Film Gimp is available for

[Gimp-developer] Re: Film Gimp-print

2002-09-26 Thread Robin Rowe
Robert, The Gimp-print package is 16-bit capable (obviously the standard GIMP Print plugin, which is part of the Gimp-print package, isn't). While the only 16-bit input mode provided is CMYK, we could either add a 16-bit RGB input, or do the appropriate conversion module. Would you folks

Re: [Gimp-developer] Re: Film Gimp-print

2002-09-26 Thread Robert L Krawitz
From: Robin Rowe [EMAIL PROTECTED] Date: Thu, 26 Sep 2002 17:20:02 -0700 Robert, The Gimp-print package is 16-bit capable (obviously the standard GIMP Print plugin, which is part of the Gimp-print package, isn't). While the only 16-bit input mode provided is CMYK, we

Re: [Gimp-developer] how to make Gimp::Perl script work remotely?

2002-09-26 Thread forest monk
Hi pcg Marc, Thanks a lot for your reply. Tried what you suggested but still could not get it to work. Got some error message like Cannot locate Gimp.pm at @INC .. The following are the exact steps i did: 1.setenv GIMP_HOST [EMAIL PROTECTED] on server box A(where the gimp, perl,gtk etc