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

◆ decode() [3/3]

FramePtr fl::Jpeg::decode ( fl::span< const fl::u8 > data,
fl::string * error_message = nullptr )
static

Definition at line 367 of file jpeg.cpp.hpp.

367 {
368 JpegConfig config; // Uses defaults
369 return decode(config, data, error_message);
370}
static bool decode(const JpegConfig &config, fl::span< const fl::u8 > data, Frame *frame, fl::string *error_message=nullptr)
Definition jpeg.cpp.hpp:296

References decode().

+ Here is the call graph for this function: