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

« back to all changes in this revision

Viewing changes to plug-ins/script-fu/scripts/sota-chrome-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:
141
141
    (copy-layer-sota img layer1 banding-img banding-layer)
142
142
    (gimp-image-delete banding-img)
143
143
    (gimp-layer-scale layer1 width height FALSE)
144
 
    (plug-in-gauss-iir 1 img layer1 10 TRUE TRUE)
 
144
    (plug-in-gauss-iir RUN-NONINTERACTIVE img layer1 10 TRUE TRUE)
145
145
    (gimp-layer-set-opacity layer1 50)
146
146
    (gimp-drawable-set-visible layer1 TRUE)
147
147
    (gimp-drawable-set-visible layer2 TRUE)