1 Star 0 Fork 4

OH RISC-V SIG/chromium_third_party_libgifcodec

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SkGifCodec.h 613 Bytes
一键复制 编辑 原始数据 按行查看 历史
李想 提交于 2023-08-12 11:00 . chromium 99.0.4844.88 origin init
// Copyright 2019 Google LLC.
// Use of this source code is governed by the BSD-3-Clause license that can be
// found in the LICENSE.md file.
#ifndef SkGifCodec_DEFINED
#define SkGifCodec_DEFINED
#include "include/codec/SkCodec.h"
namespace SkGifCodec {
// Returns true if the span of bytes appears to be GIF encoded data.
bool IsGif(const void*, size_t);
// Assumes IsGif was called and returned true.
// Reads enough of the stream to determine the image format.
std::unique_ptr<SkCodec> MakeFromStream(std::unique_ptr<SkStream>, SkCodec::Result*);
} // namespace SkGifCodec
#endif // SkGifCodec_DEFINED
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/riscv-sig/chromium_third_party_libgifcodec.git
git@gitee.com:riscv-sig/chromium_third_party_libgifcodec.git
riscv-sig
chromium_third_party_libgifcodec
chromium_third_party_libgifcodec
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385