Re: [Gimp-user] Writing values to a file from within GIMP

2007-07-28 Thread saulgoode
Hi, I'm writing a script-fu GIMP plugin and I need to be able to write some decimal values to a file during the execution of the script. I've seen some people suggesting that use of fprintf, etc., but can't figure out how to get this to work. Can someone please provide some guidance? If

[Gimp-user] Writing values to a file from within GIMP

2007-07-27 Thread David Feinzeig
Hi, I'm writing a script-fu GIMP plugin and I need to be able to write some decimal values to a file during the execution of the script. I've seen some people suggesting that use of fprintf, etc., but can't figure out how to get this to work. Can someone please provide some guidance? Thanks!

Re: [Gimp-user] Writing values to a file from within GIMP

2007-07-27 Thread David Gowers
On 7/28/07, David Feinzeig [EMAIL PROTECTED] wrote: Hi, I'm writing a script-fu GIMP plugin and I need to be able to write some decimal values to a file during the execution of the script. I've seen some people suggesting that use of fprintf, etc., but can't figure out how to get this to