~ubuntu-branches/ubuntu/vivid/gimp/vivid

« back to all changes in this revision

Viewing changes to plug-ins/script-fu/scripts/alien-glow-logo.scm

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-08 18:50:03 UTC
  • mto: (1.1.26) (0.5.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: package-import@ubuntu.com-20120508185003-tltkvbaysf8d2426
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        )
21
21
 
22
22
    (gimp-context-push)
 
23
    (gimp-context-set-defaults)
23
24
 
24
25
    (gimp-selection-none img)
25
26
    (script-fu-util-image-resize-from-layer img logo-layer)
28
29
    (gimp-context-set-background '(0 0 0))
29
30
    (gimp-edit-fill bg-layer BACKGROUND-FILL)
30
31
    (gimp-edit-clear glow-layer)
31
 
    (gimp-selection-layer-alpha logo-layer)
 
32
    (gimp-image-select-item img CHANNEL-OP-REPLACE logo-layer)
32
33
    (gimp-selection-grow img grow)
33
34
    (gimp-selection-feather img feather)
34
35
    (gimp-context-set-foreground glow-color)