Adobe Systems, Inc.

tiff_io.hpp File Reference

Support for reading and writing TIFF files Requires libtiff! More...

#include <vector>
#include <string>
#include <boost/static_assert.hpp>
#include <tiffio.h>
#include "../../core/gil_all.hpp"
#include "io_error.hpp"

Go to the source code of this file.


Namespaces

namespace  detail

Classes

struct  tiff_read_support< VIEW >
 Determines whether the given view type is supported for reading. More...
struct  detail::tiff_read_support_private< CHANNEL, COLORSPACE >
struct  detail::tiff_read_support_private< bits16, gray_t >
struct  detail::tiff_read_support_private< bits16, lab_t >
struct  detail::tiff_read_support_private< bits16, rgb_t >
struct  detail::tiff_read_support_private< bits32f, gray_t >
struct  detail::tiff_read_support_private< bits32f, lab_t >
struct  detail::tiff_read_support_private< bits32f, rgb_t >
struct  detail::tiff_read_support_private< bits8, gray_t >
struct  detail::tiff_read_support_private< bits8, lab_t >
struct  detail::tiff_read_support_private< bits8, rgb_t >
class  detail::tiff_reader
class  detail::tiff_reader_color_convert
struct  tiff_write_support< VIEW >
 Determines whether the given view type is supported for writing. More...
struct  detail::tiff_write_support_private< CHANNEL, COLORSPACE >
struct  detail::tiff_write_support_private< bits16, gray_t >
struct  detail::tiff_write_support_private< bits16, lab_t >
struct  detail::tiff_write_support_private< bits16, rgb_t >
struct  detail::tiff_write_support_private< bits32f, gray_t >
struct  detail::tiff_write_support_private< bits32f, lab_t >
struct  detail::tiff_write_support_private< bits32f, rgb_t >
struct  detail::tiff_write_support_private< bits8, gray_t >
struct  detail::tiff_write_support_private< bits8, lab_t >
struct  detail::tiff_write_support_private< bits8, rgb_t >
class  detail::tiff_writer

Functions

template<typename IMAGE>
void tiff_read_and_convert_image (const std::string &filename, IMAGE &im)
template<typename IMAGE>
void tiff_read_and_convert_image (const char *filename, IMAGE &im)
template<typename VIEW>
void tiff_read_and_convert_view (const std::string &filename, const VIEW &view)
template<typename VIEW>
void tiff_read_and_convert_view (const char *filename, const VIEW &view)
point2< int > tiff_read_dimensions (const std::string &filename)
point2< int > tiff_read_dimensions (const char *filename)
template<typename IMAGE>
void tiff_read_image (const std::string &filename, IMAGE &im)
template<typename IMAGE>
void tiff_read_image (const char *filename, IMAGE &im)
template<typename VIEW>
void tiff_read_view (const std::string &filename, const VIEW &view)
template<typename VIEW>
void tiff_read_view (const char *filename, const VIEW &view)
template<typename VIEW>
void tiff_write_view (const std::string &filename, const VIEW &view)
template<typename VIEW>
void tiff_write_view (const char *filename, const VIEW &view)

Detailed Description

Definition in file tiff_io.hpp.

Copyright © 2006 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google