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