[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 need to setenv 
GIMP_HOST to [auth@][tcp/]hostname[:port] for tcp support, but what should i 
do on client side? do i need to install some client tools on the box or 
should i modify my script to include gimp::net module?

TIA



_
Chat with friends online, try MSN Messenger: http://messenger.msn.com

___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



[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 release of version 0.4 at SourceForge, Film
Gimp is starting to climb the charts. Activity rating has passed 90% and
Film Gimp is now ranked at #912 on SourceForge.

For further information see:

http://filmgimp.sourceforge.net

Cheers,

Robin Rowe
Film Gimp Release Manager
---
www.LinuxMovies.org
www.OpenSourceProgrammers.org

___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



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 to setenv 
 GIMP_HOST to [auth@][tcp/]hostname[:port] for tcp support, but what should 
 i do on client side? do i need to install some client tools on the box or 
 should i modify my script to include gimp::net module?

Just the same, i.e. use sth. like this:

   [EMAIL PROTECTED]

and start the server, and then do the same on the client and start the
perl script. You shouldn't need to modify your script, although modifying
it can make some things easier (program structure can be much freeer, as
you can decide when to conenct and disconnect).

-- 
  -==- |
  ==-- _   |
  ---==---(_)__  __   __   Marc Lehmann  +--
  --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED]  |e|
  -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
The choice of a GNU generation   |
 |
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



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
   Linux and Irix, with Windows and Macintosh planned.

   With the announcement of the release of version 0.4 at SourceForge, Film
   Gimp is starting to climb the charts. Activity rating has passed 90% and
   Film Gimp is now ranked at #912 on SourceForge.

   For further information see:

   http://filmgimp.sourceforge.net

   Cheers,

   Robin Rowe
   Film Gimp Release Manager
   ---
   www.LinuxMovies.org
   www.OpenSourceProgrammers.org

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 be interested in working on that with us?

-- 
Robert Krawitz [EMAIL PROTECTED]  

Tall Clubs International  --  http://www.tall.org/ or 1-888-IM-TALL-2
Member of the League for Programming Freedom -- mail [EMAIL PROTECTED]
Project lead for Gimp Print   --http://gimp-print.sourceforge.net

Linux doesn't dictate how I work, I dictate how Linux works.
--Eric Crampton
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



[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 be interested in working on that with us?

Yes, I think so. Even though print in the context of Film Gimp first
brings to mind a reel of motion picture film. How would you want to approach
it?

Gimp doesn't do much with CMYK, which has been a long standing complaint:

http://gimp-savvy.com/BOOK/index.html?node53.html

There is a CMYK plug-in for gimp:

http://registry.gimp.org/plugin?id=227

Does anyone have an interest in CMYK in Film Gimp?

Thanks,

Robin
---
www.LinuxMovies.org
http://filmgimp.sourceforge.net
www.OpenSourceProgrammers.org

___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



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
could either add a 16-bit RGB input, or do the appropriate
conversion module.  Would you folks be interested in working on
that with us?

   Yes, I think so. Even though print in the context of Film Gimp
   first brings to mind a reel of motion picture film. How would you
   want to approach it?

Not clear.  The Gimp-print core is optimized for CMYK inkjet printers,
although the print plugin can print to other printers.

   Gimp doesn't do much with CMYK, which has been a long standing complaint:

   http://gimp-savvy.com/BOOK/index.html?node53.html

   There is a CMYK plug-in for gimp:

   http://registry.gimp.org/plugin?id=227

   Does anyone have an interest in CMYK in Film Gimp?

-- 
Robert Krawitz [EMAIL PROTECTED]  

Tall Clubs International  --  http://www.tall.org/ or 1-888-IM-TALL-2
Member of the League for Programming Freedom -- mail [EMAIL PROTECTED]
Project lead for Gimp Print   --http://gimp-print.sourceforge.net

Linux doesn't dictate how I work, I dictate how Linux works.
--Eric Crampton
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



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 are installed);
2.start gimp perl server on server box A;
3.setenv GIMP_HOST [EMAIL PROTECTED] on client box B;
4.start the script on client box B;

I am sure that the script works fine locally on server box A and there is no 
firewall issue between box A and B. Any insights will be very appreicated.

TIA


From: pcg( Marc)@goof(A.).(Lehmann )com
To: forest monk [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: [Gimp-developer] how to make Gimp::Perl script work remotely?
Date: Fri, 27 Sep 2002 00:47:05 +0200

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 to 
setenv
  GIMP_HOST to [auth@][tcp/]hostname[:port] for tcp support, but what 
should
  i do on client side? do i need to install some client tools on the box 
or
  should i modify my script to include gimp::net module?

Just the same, i.e. use sth. like this:

[EMAIL PROTECTED]

and start the server, and then do the same on the client and start the
perl script. You shouldn't need to modify your script, although modifying
it can make some things easier (program structure can be much freeer, as
you can decide when to conenct and disconnect).

--
   -==- |
   ==-- _   |
   ---==---(_)__  __   __   Marc Lehmann  +--
   --==---/ / _ \/ // /\ \/ /   [EMAIL PROTECTED]  |e|
   -=/_/_//_/\_,_/ /_/\_\   XX11-RIPE --+
 The choice of a GNU generation   |
  |




_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com

___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer