sprint 1-alpha
Namespaces | Functions
sprint/image/tiff.h File Reference

image IO from/to TIFF files (libtiff wrapper) More...

#include <sprint/io/xstream/xstream.h>
#include <sprint/image/imageio.h>

Go to the source code of this file.

Namespaces

namespace  sprint
 

Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux.


Functions

bool sprint::read_tiff (sprint::io::xstream *in, sprint::iimage *image)
 read a image from a tiff file
bool sprint::write_tiff (sprint::io::xstream *out, const imageview &image, int compression_mode=-1)
 save a image onto a tiff file

Detailed Description

image IO from/to TIFF files (libtiff wrapper)

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines