Help for this page

Select Code to Download


  1. or download this
    typedef struct {
        uint16    numbertype;
        uint16    version;
        uint32    offset;
    } TIFFHEAD;
    
  2. or download this
    typedef struct {
        uint16    tag;
        uint16    type;
        uint32    length;
        uint32    offset;
    } TIFFTAG;