SWABSection: Misc. Reference Manual Pages (3T)Updated: December 16, 1991 |
SWABSection: Misc. Reference Manual Pages (3T)Updated: December 16, 1991 |
TIFFSwabShort and TIFFSwabLong swap the bytes in a single 16-bit and 32-bit item, respectively. TIFFSwabArrayOfShort and TIFFSwabArrayOfLong swap the bytes in an array of 16-bit and 32-bit items, respectively.
TIFFReverseBits replaces each byte in data with the equivalent bit-reversed value. This operation is done with a lookup table, TIFFBitRevTable which is declared public. A second table, TIFFNoBitRevTable is also declared public; it is a lookup table that can be used as an identity function; i.e. TIFFNoBitRevTable[n] == n.