Removed a dangling parenthesis from the alien-glow-* scripts

fixed refract.c to look for megawidget.h in the properplace

   fixed the plugins/script-fu/scripts/Makefile.am to instlal the texture files
This commit is contained in:
Adrian Likins 1997-12-08 00:22:45 +00:00
parent daf81326d3
commit 769274a562
8 changed files with 33 additions and 33 deletions

View File

@ -3,7 +3,7 @@
* Based around original GIF code by David Koblas. * Based around original GIF code by David Koblas.
* *
* *
* Version 1.99.16 - 97/09/29 * Version 1.99.17 - 97/11/30
* *
* Adam D. Moss - <adam@gimp.org> <adam@foxbox.org> * Adam D. Moss - <adam@gimp.org> <adam@foxbox.org>
* *
@ -22,6 +22,11 @@
/* /*
* REVISION HISTORY * REVISION HISTORY
* *
* 97/11/30
* 1.99.17 - No more bogus transparency indices in animated GIFs,
* hopefully. Saved files are better-behaved, sometimes
* smaller. [Adam]
*
* 97/09/29 * 97/09/29
* 1.99.16 - Added a dialog for the user to choose what to do if * 1.99.16 - Added a dialog for the user to choose what to do if
* one of the layers of the image extends beyond the image * one of the layers of the image extends beyond the image
@ -1402,9 +1407,6 @@ special_flatten_indexed_alpha (guchar *pixels,
{ {
guint32 i; guint32 i;
if ((*colors) < 256)
*transparent = *colors;
/* Each transparent pixel in the image is mapped to a uniform value for /* Each transparent pixel in the image is mapped to a uniform value for
encoding, if image already has <=255 colours */ encoding, if image already has <=255 colours */
@ -1713,17 +1715,12 @@ save_image (char *filename,
/* sort out whether we need to do transparency jiggery-pokery */ /* sort out whether we need to do transparency jiggery-pokery */
if ((drawable_type == INDEXEDA_IMAGE)||(drawable_type == GRAYA_IMAGE)) if ((drawable_type == INDEXEDA_IMAGE)||(drawable_type == GRAYA_IMAGE))
{ {
/* If there appear to be no entries left in the colourmap in /* Try to find an entry which isn't actually used in the
which to put the transparent index, try to find an entry which image, for a transparency index. */
isn't actually used in the image. */
if (colors > 255)
{
transparent = transparent =
find_unused_ia_colour(pixels, find_unused_ia_colour(pixels,
drawable->width * drawable->height); drawable->width * drawable->height);
}
special_flatten_indexed_alpha (pixels, special_flatten_indexed_alpha (pixels,
&transparent, &transparent,

View File

@ -3,7 +3,7 @@
* Based around original GIF code by David Koblas. * Based around original GIF code by David Koblas.
* *
* *
* Version 1.99.16 - 97/09/29 * Version 1.99.17 - 97/11/30
* *
* Adam D. Moss - <adam@gimp.org> <adam@foxbox.org> * Adam D. Moss - <adam@gimp.org> <adam@foxbox.org>
* *
@ -22,6 +22,11 @@
/* /*
* REVISION HISTORY * REVISION HISTORY
* *
* 97/11/30
* 1.99.17 - No more bogus transparency indices in animated GIFs,
* hopefully. Saved files are better-behaved, sometimes
* smaller. [Adam]
*
* 97/09/29 * 97/09/29
* 1.99.16 - Added a dialog for the user to choose what to do if * 1.99.16 - Added a dialog for the user to choose what to do if
* one of the layers of the image extends beyond the image * one of the layers of the image extends beyond the image
@ -1402,9 +1407,6 @@ special_flatten_indexed_alpha (guchar *pixels,
{ {
guint32 i; guint32 i;
if ((*colors) < 256)
*transparent = *colors;
/* Each transparent pixel in the image is mapped to a uniform value for /* Each transparent pixel in the image is mapped to a uniform value for
encoding, if image already has <=255 colours */ encoding, if image already has <=255 colours */
@ -1713,17 +1715,12 @@ save_image (char *filename,
/* sort out whether we need to do transparency jiggery-pokery */ /* sort out whether we need to do transparency jiggery-pokery */
if ((drawable_type == INDEXEDA_IMAGE)||(drawable_type == GRAYA_IMAGE)) if ((drawable_type == INDEXEDA_IMAGE)||(drawable_type == GRAYA_IMAGE))
{ {
/* If there appear to be no entries left in the colourmap in /* Try to find an entry which isn't actually used in the
which to put the transparent index, try to find an entry which image, for a transparency index. */
isn't actually used in the image. */
if (colors > 255)
{
transparent = transparent =
find_unused_ia_colour(pixels, find_unused_ia_colour(pixels,
drawable->width * drawable->height); drawable->width * drawable->height);
}
special_flatten_indexed_alpha (pixels, special_flatten_indexed_alpha (pixels,
&transparent, &transparent,

View File

@ -104,7 +104,8 @@
#include "libgimp/gimp.h" #include "libgimp/gimp.h"
#include "libgimp/gimpui.h" #include "libgimp/gimpui.h"
#include "../megawidget.h" /* For entry/scale pairs. */ #include "../megawidget/megawidget.h" /* For entry/scale pairs. */
/* changed by adrian likins to reflect the new location of megawidget */
#ifndef REFRACT_DEBUG #ifndef REFRACT_DEBUG
#define REFRACT_TITLE "Refract 0.1.0-Alpha" #define REFRACT_TITLE "Refract 0.1.0-Alpha"

View File

@ -13,6 +13,7 @@ scriptdata_DATA = \
alien-glow-logo.scm \ alien-glow-logo.scm \
basic1-logo.scm \ basic1-logo.scm \
basic2-logo.scm \ basic2-logo.scm \
beavis.jpg \
beveled-button.scm \ beveled-button.scm \
beveled-pattern-arrow.scm \ beveled-pattern-arrow.scm \
beveled-pattern-bullet.scm \ beveled-pattern-bullet.scm \
@ -69,6 +70,10 @@ scriptdata_DATA = \
swirly-pattern.scm \ swirly-pattern.scm \
t-o-p-logo.scm \ t-o-p-logo.scm \
text-circle.scm \ text-circle.scm \
texture.jpg \
texture1.jpg \
texture2.jpg \
texture3.jpg \
textured-logo.scm \ textured-logo.scm \
title-header.scm \ title-header.scm \
trochoid.scm \ trochoid.scm \

View File

@ -131,7 +131,7 @@
SF-VALUE "Orientation" "'right" SF-VALUE "Orientation" "'right"
SF-COLOR "Glow Color" '(63 252 0) SF-COLOR "Glow Color" '(63 252 0)
SF-COLOR "Background Color" '(0 0 0) SF-COLOR "Background Color" '(0 0 0)
SF-TOGGLE "Flatten Image" TRUE)) SF-TOGGLE "Flatten Image" TRUE)

View File

@ -74,7 +74,7 @@
SF-VALUE "Bar Height" "16" SF-VALUE "Bar Height" "16"
SF-COLOR "Glow Color" '(63 252 0) SF-COLOR "Glow Color" '(63 252 0)
SF-COLOR "Background Color" '(0 0 0) SF-COLOR "Background Color" '(0 0 0)
SF-TOGGLE "Flatten Image" TRUE)) SF-TOGGLE "Flatten Image" TRUE)

View File

@ -84,7 +84,7 @@
SF-VALUE "Radius" "16" SF-VALUE "Radius" "16"
SF-COLOR "Glow Color" '(63 252 0) SF-COLOR "Glow Color" '(63 252 0)
SF-COLOR "Background Color" '(0 0 0) SF-COLOR "Background Color" '(0 0 0)
SF-TOGGLE "Flatten Image?" TRUE)) SF-TOGGLE "Flatten Image?" TRUE)

View File

@ -164,7 +164,7 @@
SF-COLOR "Background Color" '(0 0 0) SF-COLOR "Background Color" '(0 0 0)
SF-VALUE "Padding" "6" SF-VALUE "Padding" "6"
SF-VALUE "Glow Radius" "10" SF-VALUE "Glow Radius" "10"
SF-TOGGLE "Flatten Image?" TRUE)) SF-TOGGLE "Flatten Image?" TRUE)