26 pdfium::span<CFX_GifPalette>* palette,
28 auto* context =
static_cast<CFX_GifContext*>(pContext);
29 Status ret = context->ReadHeader();
33 *width = context->width_;
34 *height = context->height_;
35 *palette = context->global_palette_;
36 *bg_index = context->bc_index_;