; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License Version 3.
; This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
; See the attached file or the link below.
; http://www.gnu.org/licenses/gpl-3.0.html
;
; Copyright (C) 2012 鉄(Tetsu) <web@ironsand.net>
; Webpage : http://gimp.ironsand.net/ (lang:jp)
(define (script-fu-fe-gifanime-morph img drawable)
(gimp-image-undo-group-start img)
(gimp-displays-flush)
(gimp-image-undo-group-end img))
(script-fu-register
"script-fu-fe-gifanime-morph"
"<Image>/Filters/Animation/Gif Anime Morph"
"Gif Anime Morph"
"Tetsu" ; Writer
"Tetsu" ; Copywrite
"2012/06"
""
SF-IMAGE "Image" 0
SF-DRAWABLE "Drawable" 0
)