~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-updates

« back to all changes in this revision

Viewing changes to plug-ins/script-fu/scripts/gradient-bevel-logo.scm

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-11-21 17:39:07 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20071121173907-od54p9hdtvn5frl0
Tags: 2.4.1-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Apply patch from upstream (SVN r23659) that corrects the image
    disappearing for large images at 150% zoom.
  - Symlink doc directories to avoid duplicate files, CDBS does this for
    us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    (gimp-layer-set-lock-alpha blur-layer FALSE)
55
55
    (gimp-selection-layer-alpha logo-layer)
56
56
    (gimp-edit-fill blur-layer BACKGROUND-FILL)
57
 
    (plug-in-gauss-rle 1 img blur-layer bevel-width 1 1)
 
57
    (plug-in-gauss-rle RUN-NONINTERACTIVE img blur-layer bevel-width 1 1)
58
58
    (gimp-selection-none img)
59
59
    (gimp-context-set-background '(127 127 127))
60
60
    (gimp-context-set-foreground '(255 255 255))
68
68
 
69
69
    (gimp-selection-none img)
70
70
    (gimp-layer-set-lock-alpha logo-layer FALSE)
71
 
    (plug-in-bump-map 1 img logo-layer blur-layer 115 bevel-height 5 0 0 0 15 TRUE FALSE 0)
 
71
    (plug-in-bump-map RUN-NONINTERACTIVE img logo-layer blur-layer 115 bevel-height 5 0 0 0 15 TRUE FALSE 0)
72
72
    (gimp-layer-set-offsets blur-layer 5 5)
73
73
    (gimp-invert blur-layer)
74
74
    (gimp-layer-set-opacity blur-layer 50.0)