Re: [Gimp-user] Best list for Script-Fu question?

2007-06-19 Thread Dave 77459

That was exactly the problem.  Thank you for the rapid and spot-on help!

On 6/19/07, Simon Budig <[EMAIL PROTECTED]> wrote:


Dave 77459 ([EMAIL PROTECTED]) wrote:
> I wrote my first scheme file today, and it works great... on small
images.
> On large-sized originals, one or more of the created layers is
corrupted.

You need to explicitely clear newly created layers from your script.
This is done automatically in the GUI, but you have to do it yourself in
your script.

Hope this helps,
 Simon
--
  [EMAIL PROTECTED]  http://simon.budig.de/

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Best list for Script-Fu question?

2007-06-19 Thread Simon Budig
Dave 77459 ([EMAIL PROTECTED]) wrote:
> I wrote my first scheme file today, and it works great... on small images.
> On large-sized originals, one or more of the created layers is corrupted.

You need to explicitely clear newly created layers from your script.
This is done automatically in the GUI, but you have to do it yourself in
your script.

Hope this helps,
 Simon
-- 
  [EMAIL PROTECTED]  http://simon.budig.de/
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user