AnimatedGifConfigurationAllowClippedFrames Property
Gets or sets whether the encoder is allowed to add smaller actual frames than the
Size of the animation.
Default value:
.
See also the
Remarks section of the
AllowDeltaFrames property for more details.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public bool AllowClippedFrames { get; set; }
Public Property AllowClippedFrames As Boolean
Get
Set
public:
property bool AllowClippedFrames {
bool get ();
void set (bool value);
}
member AllowClippedFrames : bool with get, set
Property Value
Boolean
If
, then always full-sized frames are added to the animation. This might end up in a larger encoded size but provides better compatibility.
If
, then actual frames might be clipped. If
AllowDeltaFrames is
, then it affects only the clipping of possible
transparent borders. Some decoders may not tolerate this option.