[GIFTIP] Jasc Animation Shop Optimization
###
Optimized Median Cut
Less accurate (5 bit), Better weighting color importance.
Optimized Octree
More accurate (8 bit), Worse weighting color importance.
###
Error Diffusion
Reduces colors by a mmethond similar to "nearest Color", except it spreads out the inaccuracy in representing a pixel's color to the surrounding pixels. This method produces a natural looking image.
Nearest Color
Reduces colors by replacing a pixel's original color with the nearest matching color in the newly generated palette. This method roduces a high-contrast image.
Ordered Dither
Images may appear to be composed of cross-hatches and dots.
###
"Nearest" significantly smaller file size than "Error".
"Octree" quality slightly better than "Median".
"Ordered" is shitty quality, small file size.
"Octree" & "Nearest" is best.
###
Use the Colors tab as described below.· In the “Number of Colors” drop down box, choose the number of colors you want available in the animation. The current number of colors is displayed to the right of the drop down box. Note that one color number is reserved to utilize the Optimization Wizard’s ability to handle transparency; this is why the options are “3 colors” instead of 4, “7 colors” instead of 8, etc.In the “Create palette by” area:· Choose “Optimized Octree” to use an 8-bits per channel palette. This palette is not as good at weighting color importance as the Optimized Median Cut palette.· Choose “Optimized Median Cut” to use a palette that uses occurrence of colors as weighting, and ranks these colors accordingly. It is accurate only to 5-bits per channel.· Choose “Standard palette” to use a generic palette that contains a balanced number of colors.· Choose “Browser palette” to a pre-defined, web-safe palette.· Choose “Custom palette” and then click the Browse button to use a custom palette not listed here.In the “Reduce colors by” area:· Choose “Ordered Dithering” to reduce colors by adjusting adjacent pixels of different colors to give the illusion of a third color. It uses set patterns based on a known palette to adjust the pixels. This method can result in distinct patterns of light and dark areas.· Choose “Error Diffusion” to reduce colors by a method similar to “Nearest color”, except that it spreads out the inaccuracy in representing a pixel’s color to the surrounding pixels. When it replaces a color, the inaccuracy, or “error,” is carried to the next pixel, where the error is added to the color before selecting the nearest color. This process is repeated for every pixel in the image.· Choose “Nearest Color” to reduce colors by replacing a pixel’s original color with the nearest matching color in the newly generated palette.
From Paint Shop Pro 8 User Guide (http://www.corel.com/6763/psp_downloads/pub/psp8gid.pdf):
About Palette OptionsWhen you decrease an image’s color depth, you must select a paletteoption. Depending upon the color depth you select, two or three ofthese methods are available:Optimized Median Cut Measures and ranks each color by howfrequently it occurs in the image, then uses the most frequentlyoccurring colors to determine the new palette. Even if your imagecontains fewer colors than the palette that is generated, this methodmay not represent each color exactly. The method, therefore, is notas accurate as the Optimized Octree method, but it is better atweighting color importance.Optimized Octree Creates an eight-level “tree” with eight branchingnodes totaling 256 individual “leaves” or colors to determine thenew palette. This method attempts to reproduce each color in theoriginal image, so if your image contains fewer colors than thepalette that is generated, every color in the image is represented.This method is faster and more accurate than Optimized Median Cut,but it is not as good at weighting color importance.Windows Changes each pixel’s color to the nearest color in theWindows palette.Standard/Web-Safe Palette Changes each pixel’s color to the nearestcolor in the standard Web-safe palette. Use this method to createimages for the Web that can be viewed without color distortion onmost monitors.About Color Reduction MethodsWhen you decrease an image’s color depth, you must select a colorreduction method. Depending upon the color depth you select, twoor three of these methods are available:Nearest Color Replaces the original color of a pixel with the color inthe newly generated palette that is closest to the original RGB value.This method eliminates dithering and produces a high-contrastimage. Simple graphics may look better with this method.Error Diffusion Replaces the original color of a pixel with the mostsimilar color in the palette, but spreads the discrepancy between theoriginal and new color to the surrounding pixels. As it replaces acolor (working from the top left to the bottom right of the image), itadds the “error,” or discrepancy to the next pixel, before selectingthe most similar color. This method produces a natural lookingimage and often works best for photographs or complex graphics.Ordered Dither Adjusts adjacent pixels so that two colors give theillusion of a third color and intermingles pixels to produce patternsbased on a known palette. Use this method to give the image theappearance of containing more colors than it actually does. Imagesmay appear to be composed of cross-hatches and dots and may havedistinct patterns of light and dark areas.
IMSIDF6538367F7C8778EECE01A38E5B693099112BEE9