AnimatedGifConfigurationReplaceZeroDelays Property

Gets or sets whether zero delay values are allowed in the result stream, which is usually interpreted as 100 ms by most GIF decoders.
Default value: .

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.0.0-preview.1
C#
public bool ReplaceZeroDelays { get; set; }

Property Value

Boolean
If , then zero delay values will be replaced to 100 milliseconds.
If , then zero delays will be preserved and the decoders decide how to interpret them.

See Also