blob: a30d874341e1759b2c6bf2207e5b5fe6e1a947cf [file] [log] [blame]
/*
* 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 for_unit_test);
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);