The fxsaveGIF() function now accepts an optional fifth argument to specify the use of Wu's method for quantizing colors, versus the standard Floyd-Steinberg method. This new method is slower but gives better-looking results than the Floyd-Steinberg method. If FALSE is passed for this argument, Wu's method will be used; otherwise, the Floyd-Steinberg method will still be used by default.