tiffio.h: fix comment
This commit is contained in:
parent
7030e8acbc
commit
67b755b334
@ -50,7 +50,7 @@ typedef struct tiff TIFF;
|
|||||||
* promoted type (i.e. one of int, unsigned int, pointer,
|
* promoted type (i.e. one of int, unsigned int, pointer,
|
||||||
* or double) and because we defined pseudo-tags that are
|
* or double) and because we defined pseudo-tags that are
|
||||||
* outside the range of legal Aldus-assigned tags.
|
* outside the range of legal Aldus-assigned tags.
|
||||||
* NB: tsize_t is int32 and not uint32 because some functions
|
* NB: tsize_t is signed and not unsigned because some functions
|
||||||
* return -1.
|
* return -1.
|
||||||
* NB: toff_t is not off_t for many reasons; TIFFs max out at
|
* NB: toff_t is not off_t for many reasons; TIFFs max out at
|
||||||
* 32-bit file offsets, and BigTIFF maxes out at 64-bit
|
* 32-bit file offsets, and BigTIFF maxes out at 64-bit
|
||||||
|
Loading…
Reference in New Issue
Block a user