05-15-2023, 08:36 AM
(05-11-2023, 10:07 PM)Khalaris Wrote: I use GIMP to create GIFs and wanted to add subtitles to all those animation layers. Since I couldn't find another way to do that, I just wrote a little script:
This merges the active layer with however many of the next layers are specified, or all of them if set to 0.
The script can be downloaded here https://github.com/AdrianSingfield/gimp-py-scripts
Any comments are appreciated
You didn't look hard enough, I have a script for this, that does single layer over/under and two stacks of layers. And AFAIK there are several others. This said, doing your own is the difference between a bespoke suit and M&S.
But why is the script importing the email and pdb modules? Both are useless, and the pdb one could clash with the pdb object in the gimpfu module.