1141cc406Sopenharmony_ci/* Load an ICC profile for embedding in an output file
2141cc406Sopenharmony_ci   Copyright (C) 2017 Aaron Muir Hamilton <aaron@correspondwith.me>
3141cc406Sopenharmony_ci
4141cc406Sopenharmony_ci   This program is free software; you can redistribute it and/or
5141cc406Sopenharmony_ci   modify it under the terms of the GNU General Public License as
6141cc406Sopenharmony_ci   published by the Free Software Foundation; either version 2 of the
7141cc406Sopenharmony_ci   License, or (at your option) any later version.
8141cc406Sopenharmony_ci
9141cc406Sopenharmony_ci   This program is distributed in the hope that it will be useful, but
10141cc406Sopenharmony_ci   WITHOUT ANY WARRANTY; without even the implied warranty of
11141cc406Sopenharmony_ci   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12141cc406Sopenharmony_ci   General Public License for more details.
13141cc406Sopenharmony_ci
14141cc406Sopenharmony_ci   You should have received a copy of the GNU General Public License
15141cc406Sopenharmony_ci   along with this program.  If not, see <https://www.gnu.org/licenses/>.
16141cc406Sopenharmony_ci*/
17141cc406Sopenharmony_ci
18141cc406Sopenharmony_civoid *
19141cc406Sopenharmony_cisanei_load_icc_profile (const char *path, size_t *size);
20