codepad
[
create a new paste
]
login
|
about
Language:
C
C++
D
Haskell
Lua
OCaml
PHP
Perl
Plain Text
Python
Ruby
Scheme
Tcl
; 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) (if (= 2 (car (gimp-image-get-layers img))) (begin (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 )
Private
[
?
]
Run code
Submit