Support for reading and writing TIFF files Requires libtiff! More...
#include <string>#include <boost/mpl/bool.hpp>#include "../dynamic_image/dynamic_image_all.hpp"#include "io_error.hpp"#include "tiff_io.hpp"#include "dynamic_io.hpp"
Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::gil | |
| boost::gil::detail | |
Functions | |
| template<typename Images > | |
| void | boost::gil::tiff_read_image (const char *filename, any_image< Images > &im) | 
| reads a TIFF image into a run-time instantiated image Opens the given tiff file name, selects the first type in Images whose color space and channel are compatible to those of the image file and creates a new image of that type with the dimensions specified by the image file.  More... | |
| template<typename Images > | |
| void | boost::gil::tiff_read_image (const std::string &filename, any_image< Images > &im) | 
| reads a TIFF image into a run-time instantiated image  More... | |
| template<typename Views > | |
| void | boost::gil::tiff_write_view (const char *filename, const any_image_view< Views > &runtime_view) | 
| Saves the currently instantiated view to a tiff file specified by the given tiff image file name.  More... | |
| template<typename Views > | |
| void | boost::gil::tiff_write_view (const std::string &filename, const any_image_view< Views > &runtime_view) | 
| Saves the currently instantiated view to a tiff file specified by the given tiff image file name.  More... | |
Support for reading and writing TIFF files Requires libtiff!