|
FastLED 3.9.15
|
| nsgif_error fl::third_party::nsgif_frame_decode | ( | nsgif_t * | gif, |
| fl::u32 | frame, | ||
| nsgif_bitmap_t ** | bitmap ) |
Decodes a GIF frame.
| [in] | gif | The nsgif_t object. |
| [in] | frame | The frame number to decode. |
| [out] | bitmap | On success, returns pointer to the client-allocated, nsgif-owned client bitmap structure. |
Definition at line 1953 of file gif.cpp.hpp.
References FL_NOEXCEPT, nsgif__frame_next(), nsgif__process_frame(), NSGIF_ERR_BAD_FRAME, NSGIF_FRAME_INVALID, and NSGIF_OK.
Referenced by fl::third_party::SoftwareGifDecoder::decode().
Here is the call graph for this function:
Here is the caller graph for this function: