Re: [Gimp-user] script-fu - ERROR: bad function

2006-07-12 Thread Narushima Hironori
Wow, I modify code by refer follow code to running script! Thank you. (Difficult to learn new language, but script-fu is very useful. thank you.) [EMAIL PROTECTED] wrote: I think that what saulgoode pointed out DOES meet your trouble. By the error message Gimp told that the value of (print

[Gimp-user] script-fu question

2006-07-12 Thread Sven Görsmann
Hi there! I have the following problem: in the past i used some gimp script-fus that i wrote to run under gimp 1.1.x and 1.2.x. Then script-fu function names/calls changed a lil bit and the scripts didn't work anymore. The script-execution ends in a pop-up-box with errors. Same thing with

Re: [Gimp-user] script-fu question

2006-07-12 Thread saulgoode
Kevin Cozens provides a script written in Perl which will convert older script-fus to work with the newer API (http://www.interlog.com/~kcozens/software/gimp/2.0/script-update.pl). Even if you do not have Perl on your machine, you should be able to use the information in the script to

[Gimp-user] Question about scripting

2006-07-12 Thread Kent Tenney
Howdy, I am interested in implementing a workflow capability to Gimp based on the following principles; - the original file is immutable. (any edits of it lose information) - the destination file is immutable. (assuming that lossy compression is used, (usually the case)) This implies that

Re: [Gimp-user] Question about scripting

2006-07-12 Thread saulgoode
I am not following your use of immutable (it seems to contradict the statements in parentheses). Perhaps you could clarify that part. Also, I would caution that in GIMP parlance, the term resize generally refers to changing the canvas size of the image (without affecting the pixel data in

Re: [Gimp-user] Question about scripting

2006-07-12 Thread Carol Spears
On Wed, Jul 12, 2006 at 08:43:35AM -0500, Kent Tenney wrote: A good start in this direction would be if I could automatically save curves and levels files when applying these edits. I could then script associating the color transforms with the image. Questions: Is it possible to script

Re: [Gimp-user] Question about scripting

2006-07-12 Thread Sven Neumann
Hi, On Wed, 2006-07-12 at 08:43 -0500, Kent Tenney wrote: A good start in this direction would be if I could automatically save curves and levels files when applying these edits. I could then script associating the color transforms with the image. Feel free to contribute PDB functions that