Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mats and Frames
#1
Fairly new to Gimp.  Trying to get "Mats and Frames" to work on GIMP 2.8.  https://gimpguru.wordpress.com/tutorials/matsandframes/

I'm getting the following error.  I tried searching for answers but didn't find any.  Any suggestions?

Error: ( : 1) eval: unbound variable: gimp-drawable-image

Thanks!
Reply
#2
Try to replace all occurences of gimp-drawable-image by gimp-drawable-get-image.

However this is very old code (the whole site if from 2010, and links indicate that is was written in Gimp 2.6 times), so you may have more problems.

Maybe someone can point you to an equivalent script that run on recent Gimp versions.
Reply
#3
(10-22-2018, 03:20 AM)Kfs80 Wrote: Fairly new to Gimp.  Trying to get "Mats and Frames" to work on GIMP 2.8.  https://gimpguru.wordpress.com/tutorials/matsandframes/

For Gimp 2.8 there is an updated version here: http://gimpchat.com/viewtopic.php?f=9&t=5653 FU_edges_mats-and-frames.scm

For Gimp 2.10 a tweaked version of that script attached.


Attached Files
.zip   mats-and-frames-210.scm.zip (Size: 5.17 KB / Downloads: 146)
Reply
#4
(10-22-2018, 08:35 AM)rich2005 Wrote:
(10-22-2018, 03:20 AM)Kfs80 Wrote: Fairly new to Gimp.  Trying to get "Mats and Frames" to work on GIMP 2.8.  https://gimpguru.wordpress.com/tutorials/matsandframes/

For Gimp 2.8 there is an updated version here: http://gimpchat.com/viewtopic.php?f=9&t=5653 FU_edges_mats-and-frames.scm

For Gimp 2.10 a tweaked version of that script attached.

There were still some statements not ported to 2.10 (BG-BUCKET-FILL and one or two NORMAL-MODE).
Fixed.

.7z   mats-and-frames-210.7z (Size: 4.86 KB / Downloads: 207)
Reply
#5
(10-22-2018, 03:21 PM)dinasset Wrote:
(10-22-2018, 08:35 AM)rich2005 Wrote:
(10-22-2018, 03:20 AM)Kfs80 Wrote: Fairly new to Gimp.  Trying to get "Mats and Frames" to work on GIMP 2.8.  https://gimpguru.wordpress.com/tutorials/matsandframes/

For Gimp 2.8 there is an updated version here: http://gimpchat.com/viewtopic.php?f=9&t=5653 FU_edges_mats-and-frames.scm

For Gimp 2.10 a tweaked version of that script attached.

There were still some statements not ported to 2.10 (BG-BUCKET-FILL and one or two NORMAL-MODE).
Fixed.

Excellent assistance.  Thank you very much for the help!!
Reply


Forum Jump: