LIBGIF CODEC FOR SKIA ===================== libgifcodec is based on a fork of libgif made by Chromium. It was copied into Skia with , as . The header file `SkGifCodec.h` exposes two functions: * `bool SkGifCodec::IsGif(const void*, size_t);` * `std::unique_ptr SkGifCodec::MakeFromStream(std::unique_ptr, SkCodec::Result*);` Which can be used by Skia's `SkCodec::MakeFromStream` to implement GIF Decoding. See [`LICENSE.md`](LICENSE.md) for the license information.