typedef struct { uint16 numbertype; uint16 version; uint32 offset; } TIFFHEAD; #### typedef struct { uint16 tag; uint16 type; uint32 length; uint32 offset; } TIFFTAG;