Package-level declarations
Properties
The pixel data of this ImageBitmap. Each element in the array represents a pixel in ARGB format, going row by row from top to bottom.
Functions
Creates an ImageBitmap from ARGB data.
Creates an ImageBitmap from ARGB data.
Creates an ImageBitmap from ARGB data.
Remember an ImageBitmap for the given frame. The bitmap is recreated only when the frame instance changes.
Converts an ImageFrame to an ImageBitmap.
Writes a single frame to the GIF. The frame may be skipped if the duration is below minimumFrameDurationCentiseconds, or if the frame is the same as or similar enough to the previous frame, determined by colorDifferenceTolerance, quantizedColorDifferenceTolerance, and colorSimilarityChecker.
Writes a single frame to the GIF. The frame may be skipped if the duration is below minimumFrameDurationCentiseconds, or if the frame is the same as or similar enough to the previous frame, determined by colorDifferenceTolerance, quantizedColorDifferenceTolerance, and colorSimilarityChecker.