Property OriginalBitmap
OriginalBitmap
Gets or sets the original bitmap data as stored in the GIF frame. The bitmap may represent a partial or 'dirty' rectangle of the full image.
public SKBitmap? OriginalBitmap { get; set; }
Property Value
Remarks
This property provides access to the unmodified bitmap data extracted from the GIF. The bitmap may not cover the entire image area if the frame only updates a portion of the image. Use this property when you need the exact pixel data as it appears in the GIF source, including any partial updates.