charls/test/compliance.hpp
Victor Derks b035a731f7
Rename headers from .h to .hpp to identify CharLS as a C++ project (#322)
To make it more clear to users and tooling that the project is a C++ project use the extension .hpp for pure C++ headers.
Add a new public header file charls.hpp. External C++ projects should this header file, C projects should still use charls.h.
2024-08-23 19:44:39 +02:00

10 lines
211 B
C++

// Copyright (c) Team CharLS.
// SPDX-License-Identifier: BSD-3-Clause
#pragma once
void test_conformance();
void test_color_transforms_hp_images();
void test_sample_annex_h3();
void test_sample_annex_h4_5();