Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error: Not enough arguments?
#7
When you do gimp-image-merge-down it creates a new layer, so you need to find out what this is so it can be passed to plug-in-make-seamless.

For example I re-used theLayer as it doesn't exist after the merge down:
Code:
(set! theLayer (car (gimp-image-merge-down theImage theDesign 1)))
       (plug-in-make-seamless RUN-NONINTERACTIVE theImage theLayer)
       (gimp-displays-flush)
I also added the gimp-displays-flush so that it displayed the results so far.
Reply


Messages In This Thread
Error: Not enough arguments? - by Pocholo - 04-18-2020, 03:52 PM
RE: Error: Not enough arguments? - by Ofnuts - 04-18-2020, 04:12 PM
RE: Error: Not enough arguments? - by JimmyMarco - 04-19-2020, 07:44 AM
RE: Error: Not enough arguments? - by Ofnuts - 04-19-2020, 09:18 AM
RE: Error: Not enough arguments? - by Pocholo - 04-21-2020, 03:17 AM
RE: Error: Not enough arguments? - by Ofnuts - 04-21-2020, 06:28 AM
RE: Error: Not enough arguments? - by Kevin - 04-21-2020, 12:34 PM
RE: Error: Not enough arguments? - by Pocholo - 04-21-2020, 07:01 PM

Forum Jump: