Hi there,
playing around in @partha 's latest GIMP 2.9.8/9 portable
with @patdavid 's Polaroid 600 Film Border Script from 2012, i got some errors and no output, not surprising
I’ve tried to act as supposed, but the first switch from gimp-image-add-layer to gimp-image-insert-layer stopped me, cause i’m not familiar with the arguments.
diff:
67,69c67,69
< (gimp-image-add-layer Image blackBorderLayer -1)
< (gimp-image-add-layer Image underLayer -1)
< (gimp-image-add-layer Image theLayer -1)
—
> (gimp-image-insert-layer Image blackBorderLayer -1)
> (gimp-image-insert-layer Image underLayer -1)
> (gimp-image-insert-layer Image theLayer -1)
As you can imagine, I’m another consumer, and you’re the experts
Is it okay to ask here, if someone would be so kind to get in the script, and check what is needed to run with latest GIMP?
Best wishes