decodeFrame property

int? decodeFrame
final

Optional frame index to decode for animated image formats.

Passing 0 lets callers render an animated GIF/WebP as a static preview without decoding every frame.

Implementation

final int? decodeFrame;