Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Batch Blending Images
#4
Since you are on OSX, make sure the python file is marked as executable.

Your filter (my_filter function) takes takes two arguments: image and drawable/layer, so you registration should declare txwo arguments (first pair of brackets after the "*", a PF_IMAGE and a PF_DRAWABLE.

Otherwise, it's hard to debug a screenshot. You can either past the code here (insert as a code block, see icons above the text area to to the right, you want the one just before the php one), and zip it and attach the zip.

If you start Gimp from a terminal, all the python errors will be displayed in said terminal (together with the output of any `print' instructions in you code, which is very helpful when debugging).
Reply


Messages In This Thread
Batch Blending Images - by ruairiseosamh - 11-23-2022, 03:50 PM
RE: Batch Blending Images - by Ofnuts - 11-23-2022, 04:26 PM
RE: Batch Blending Images - by ruairiseosamh - 11-24-2022, 04:46 PM
RE: Batch Blending Images - by Ofnuts - 11-24-2022, 06:14 PM
RE: Batch Blending Images - by ruairiseosamh - 11-28-2022, 01:02 PM

Forum Jump: