1 Star 0 Fork 0

libsdl-org/skcms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test_only.h 441 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*
* Copyright 2018 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#pragma once
#include "skcms.h"
#include <stdio.h>
void dump_profile(const skcms_ICCProfile* profile, FILE* fp);
bool load_file_fp(FILE* fp, void** buf, size_t* len);
bool load_file(const char* filename, void** buf, size_t* len);
bool write_file(const char* filename, void* buf, size_t len);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/libsdl-org/skcms.git
[email protected]:libsdl-org/skcms.git
libsdl-org
skcms
skcms
master

搜索帮助