Aurigma Graphics Mill 5.5 for .NET
GifWriter..::.Optimized Property
Gets/sets a value that specifies if the image is optimized.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Remarks
When the optimization is enabled, the following algorithms are applied:
- Global palette common to all frames is generated, and all frames are using this palette. To control this algorithm, use the BasisOptimizationFrameCount and LastFrame properties.
- If the neigbour frames have the same portions of the image the frame is automatically cropped (if possible).
- If some pixels in the neigbour frames are the same, they are replaced by the transparent ones (if possible).