klComputerVision
Data Structures | Functions
kl_tiff_image_io.h File Reference
#include "kl_image_buffer.h"
#include "kl_image_io.h"
Include dependency graph for kl_tiff_image_io.h:
This graph shows which files directly or indirectly include this file:

Data Structures

class  klTIFFSinkFunctor
 
class  klTIFFSourceFunctor
 

Functions

bool query_tiff (const char *filename, unsigned int &width, unsigned int &height, unsigned int &bands)
 
bool read_tiff (const char *filename, unsigned int width, unsigned int height, unsigned int bands, unsigned char *inputbuf)
 
bool read_tiff (const char *filename, unsigned int width, unsigned int height, unsigned int bands, klRasterBufferPointer rbp)
 
klRasterBufferPointer read_tiff (const char *filename)
 
void writeTiffFile (const char *fileName, klRasterBufferPointer buffer)
 

Function Documentation

bool query_tiff ( const char *  filename,
unsigned int &  width,
unsigned int &  height,
unsigned int &  bands 
)

Here is the caller graph for this function:

bool read_tiff ( const char *  filename,
unsigned int  width,
unsigned int  height,
unsigned int  bands,
unsigned char *  inputbuf 
)

Here is the caller graph for this function:

bool read_tiff ( const char *  filename,
unsigned int  width,
unsigned int  height,
unsigned int  bands,
klRasterBufferPointer  rbp 
)
klRasterBufferPointer read_tiff ( const char *  filename)

Here is the call graph for this function:

void writeTiffFile ( const char *  fileName,
klRasterBufferPointer  buffer 
)

Here is the caller graph for this function: