FastLED 3.9.15
Loading...
Searching...
No Matches

◆ nsgif_get_info()

const nsgif_info_t * fl::third_party::nsgif_get_info ( const nsgif_t * gif)

Get information about a GIF from an nsgif_t object.

Parameters
[in]gifThe nsgif_t object to get info for.
Returns
The gif info, or NULL on error.

Definition at line 1990 of file gif.cpp.hpp.

1991{
1992 return &gif->info;
1993}
struct nsgif_info info
Definition gif.cpp.hpp:72

References FL_NOEXCEPT.

Referenced by fl::third_party::SoftwareGifDecoder::getFrameCount(), fl::third_party::SoftwareGifDecoder::getHeight(), fl::third_party::SoftwareGifDecoder::getLoopCount(), fl::third_party::SoftwareGifDecoder::getWidth(), fl::third_party::SoftwareGifDecoder::hasMoreFrames(), and fl::third_party::SoftwareGifDecoder::seek().

+ Here is the caller graph for this function: