30 bool CanDecode(
const std::string &filename)
override;
31 bool LoadFile(
const std::string& filename,
DecodedFrames& frames)
override;
32 const char* GetImageFormatName()
override {
return "GIF"; }
33 const char* GetDecoderName()
override {
return "libgif"; }
Definition: GIFDecoder.h:25
Definition: IDecoder.h:32
Definition: IDecoder.h:67