Classes
core/vil/file_formats/vil_tiff_header.h File Reference

A header structure for tiff files. More...

#include <vcl_string.h>
#include <vcl_vector.h>
#include <vxl_config.h>
#include <vcl_cmath.h>
#include <vil/vil_config.h>
#include <vil/vil_pixel_format.h>
#include <tiffio.h>

Go to the source code of this file.

Classes

struct  ushort_tag
struct  ulong_tag
class  vil_tiff_header

Detailed Description

A header structure for tiff files.

Author:
J.L. Mundy
Date:
22 Dec 2005 This class is responsible for extracting (putting) information from (into) the tiff header that is required to specify a vil_image_resource There are bool flags that indicate that the item has been successfully read (written) to the open tiff file.

Notes:

    Modifications
     November 8, 2007 - Added the case of four planes that is necessary to
                        read and write satellite multispectral image data - JLM
     January 9, 2012  - Use default value (1) for images that do not have SamplesPerPixel tag - GY
   

Definition in file vil_tiff_header.h.