man/TIFFquery.3tiff: remove reference to non-existing TIFFReadStrip() function in TIFFIsByteSwapped() documentation. Patch by Eric Piel. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2763
This commit is contained in:
parent
8d4d8b5c2f
commit
1dcf5303e1
@ -113,7 +113,7 @@ returned if the image data is organized in strips.
|
||||
.IR TIFFIsByteSwapped
|
||||
returns a non-zero value if the image data was in a different byte-order than
|
||||
the host machine. Zero is returned if the TIFF file and local host byte-orders
|
||||
are the same. Note that TIFFReadTile(), TIFFReadStrip() and
|
||||
are the same. Note that TIFFReadTile(), TIFFReadEncodedStrip() and
|
||||
TIFFReadScanline() functions already normally perform byte swapping to local
|
||||
host order if needed.
|
||||
.PP
|
||||
|
Loading…
Reference in New Issue
Block a user