Blame view

3rdparty/boost_1_81_0/libs/gil/doc/toolbox.rst 1.12 KB
977ed18d   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
  ToolBox extension
  =================
  
  .. _Reference: reference.html
  
  Overview
  --------
  
  ToolBox provides collection of Boost.GIL extensions which are too
  small to be maintained as standalone extensions.
  
  Content:
  
  * Color converters: Gray to  RGBA
  
  * Color spaces: CMYKA, Gray with Alpha, HSL, HSV, Lab, XYZ
  
  * Metafunctions:
  
    * ``channel_type``
    * ``channel_type_to_index``
    * ``get_num_bits``
    * ``get_pixel_type``
    * ``is_bit_aligned``
    * ``is_homogeneous``
    * ``is_similar``
    * ``pixel_bit_size``
  
  * Image types:
  
    * ``indexed_image``
  
  This extension will hopefully be added on by the community.
  
  Since the extension is header-only, user just needs to include
  its main header ``#include <boost/gil/extension/toolbox.hpp>``.
  
  All definitions of the toolbox belong to the ``boost::gil`` namespace.
  
  Folder Structure
  ----------------
  
  The toolbox structured in the following sub-directories:
  
  * color_converters
  * color_spaces
  * metafunctions
  * image_types
  
  Acknowledgements
  ----------------
  
  Thanks to all the people who have reviewed this library and
  made suggestions for improvements.
  
  Reference
  ---------
  
  The Reference_ section.