GifSettings Constructor (Boolean)

Initializes a new instance of the GifSettings class specifying whether it is optimized.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public GifSettings(
	bool optimized
)

Parameters

optimized

Type: System.Boolean

true if the image is optimized; otherwise, false. You can change it later through the IsOptimized property.

See Also

Reference