# libgifcodec **Repository Path**: de-user/libgifcodec ## Basic Information - **Project Name**: libgifcodec - **Description**: Mirror of https://skia.googlesource.com/libgifcodec - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-14 - **Last Updated**: 2021-07-14 ## 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.