# chromium_third_party_libgifcodec **Repository Path**: chromium_develop/chromium_third_party_libgifcodec ## Basic Information - **Project Name**: chromium_third_party_libgifcodec - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-07 - **Last Updated**: 2022-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.