Based on Guillermo Maldonado Rule of Thirds, the script adds Golden Ratio guides to the image.
Thank you, but I think you should add: (gimp-undo-push-group-start image) before (let* ( and (gimp-undo-push-group-end image) after gimp-displays-flush, in order to create an undo group, if the user wants to cancel the whole script at once.
No questions yet ...
Comments
Thank you, but I think you
Thank you, but I think you should add:
(gimp-undo-push-group-start image)
before (let* (
and
(gimp-undo-push-group-end image)
after gimp-displays-flush, in order to create an undo group, if the user wants to cancel the whole script at once.