summaryrefslogtreecommitdiffstats
path: root/third_party/jpeg-xl/lib/include/jxl/cms.h
blob: 6616a2681c58f88192498e1f2dec6bf584e0e68c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

#ifndef JXL_CMS_H_
#define JXL_CMS_H_

// ICC profiles and color space conversions.

#include <jxl/cms_interface.h>
#include <jxl/jxl_cms_export.h>

#ifdef __cplusplus
extern "C" {
#endif

JXL_CMS_EXPORT const JxlCmsInterface* JxlGetDefaultCms();

#ifdef __cplusplus
}
#endif

#endif  // JXL_CMS_H_