Margin Guides Script;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; GIMP Add Guides Vertically and Horizontally by percentages. Default is 10%;; Some rights reserved. This work is licensed under a Creative Commons Attribution-Share Alike 3.0 License.;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;(define (script-fu-margin-guides img drawable h-percent w-percent)(let* ((w-orig (car (gimp-drawable-width drawable)))(h-orig (car (gimp-drawable-height drawable)))(w-offset (car (gimp-drawable-offsets drawable)))(h-offset (cadr (gimp-drawable-offsets drawable)))(w-percent (/ w-percent 100.0))(h-percen