Imported Upstream version 1.71.0
[platform/upstream/boost.git] / libs / gil / io / doc / html / gil / io / running_gil__io_tests.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Running gil::io tests</title>
5 <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7 <link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;Boost.GIL.IO">
8 <link rel="up" href="../../index.html" title="Chapter&#160;1.&#160;Boost.GIL.IO">
9 <link rel="prev" href="using_io.html" title="Using IO">
10 </head>
11 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
12 <table cellpadding="2" width="100%"><tr>
13 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
14 <td align="center"><a href="../../../../../../../index.html">Home</a></td>
15 <td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td>
16 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
17 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
18 <td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
19 </tr></table>
20 <hr>
21 <div class="spirit-nav">
22 <a accesskey="p" href="using_io.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../index.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a>
23 </div>
24 <div class="section gil_io_running_gil__io_tests">
25 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
26 <a name="gil.io.running_gil__io_tests"></a><a class="link" href="running_gil__io_tests.html" title="Running gil::io tests">Running gil::io tests</a>
27 </h2></div></div></div>
28 <p>
29       gil::io comes with a large suite of test cases which reads and writes various
30       file formats. It uses some test image suites which can be found online or which
31       can be demanded from me by sending me an email.
32     </p>
33 <p>
34       There are some test images created by me in the test folder. To enable unit
35       tests which make use of them set the following compiler options BOOST_GIL_IO_TEST_ALLOW_READING_IMAGES
36       and BOOST_GIL_IO_TEST_ALLOW_WRITING_IMAGES.
37     </p>
38 <p>
39       The following list provides all links to the image suites the compiler symbol
40       to enable the tests:
41     </p>
42 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
43 <li class="listitem">
44           BMP: <a href="http://entropymine.com/jason/bmpsuite/" target="_top">http://entropymine.com/jason/bmpsuite/</a>
45           -- BOOST_GIL_IO_USE_BMP_TEST_SUITE_IMAGES
46         </li>
47 <li class="listitem">
48           PNG: <a href="http://www.schaik.com/pngsuite/pngsuite.html" target="_top">http://www.schaik.com/pngsuite/pngsuite.html</a>
49           -- BOOST_GIL_IO_USE_PNG_TEST_SUITE_IMAGES
50         </li>
51 <li class="listitem">
52           PNM: request files from me -- BOOST_GIL_IO_USE_PNM_TEST_SUITE_IMAGES
53         </li>
54 <li class="listitem">
55           TARGA: <a href="http://www.fileformat.info/format/tga/sample/index.htm" target="_top">http://www.fileformat.info/format/tga/sample/index.htm</a>
56           -- BOOST_GIL_IO_USE_TARGA_FILEFORMAT_TEST_SUITE_IMAGES
57         </li>
58 <li class="listitem">
59           TIFF: <a href="http://www.remotesensing.org/libtiff/images.html" target="_top">http://www.remotesensing.org/libtiff/images.html</a>
60           -- BOOST_GIL_IO_USE_TIFF_LIBTIFF_TEST_SUITE_IMAGES
61         </li>
62 <li class="listitem">
63           TIFF <a href="ftp://ftp.graphicsmagick.org/pub/tiff-samples/tiff-sample-images-be.tar.gz" target="_top">ftp://ftp.graphicsmagick.org/pub/tiff-samples/tiff-sample-images-be.tar.gz</a>
64           -- BOOST_GIL_IO_USE_TIFF_GRAPHICSMAGICK_TEST_SUITE_IMAGES
65         </li>
66 </ul></div>
67 </div>
68 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
69 <td align="left"></td>
70 <td align="right"><div class="copyright-footer">Copyright &#169; 2013 Christian Henning<p>
71         Distributed under the Boost Software License, Version 1.0. (See accompanying
72         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
73       </p>
74 </div></td>
75 </tr></table>
76 <hr>
77 <div class="spirit-nav">
78 <a accesskey="p" href="using_io.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../index.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a>
79 </div>
80 </body>
81 </html>