• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Boost.GIL (Generic Image Library) - Toolbox tests
2#
3# Copyright (c) 2012 Christian Henning
4# Copyright (c) 2012-202 Mateusz Loskot <mateusz@loskot.net>
5#
6# Distributed under the Boost Software License, Version 1.0.
7# (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
8
9import testing ;
10
11alias headers : [ generate_self_contained_headers extension/toolbox ] ;
12
13compile channel_type.cpp ;
14compile get_num_bits.cpp ;
15compile get_pixel_type.cpp ;
16compile is_bit_aligned.cpp ;
17compile is_homogeneous.cpp ;
18compile pixel_bit_size.cpp ;
19
20run channel_view.cpp ;
21run color_convert_cmyka.cpp ;
22run color_convert_gray.cpp ;
23run color_convert_gray_alpha.cpp ;
24run color_convert_hsl.cpp ;
25run color_convert_hsv.cpp ;
26run color_convert_lab.cpp ;
27run color_convert_luminance.cpp ;
28run color_convert_xyz.cpp ;
29run indexed_image.cpp ;
30
31# TODO: Add subchroma_image.cpp after fixing run-time failure,
32#      for details see https://github.com/boostorg/gil/pull/164
33#run subchroma_image.cpp ;
34