diff -r b72c6db6890b -r 5dc02b23752f src/3rdparty/libtiff/html/man/TIFFReadRGBAImage.3tiff.html --- a/src/3rdparty/libtiff/html/man/TIFFReadRGBAImage.3tiff.html Wed Jun 23 19:07:03 2010 +0300 +++ b/src/3rdparty/libtiff/html/man/TIFFReadRGBAImage.3tiff.html Tue Jul 06 15:10:48 2010 +0300 @@ -1,5 +1,5 @@ - + @@ -47,12 +47,12 @@ 0xff)

int TIFFReadRGBAImage(TIFF *tif, -u_long width, u_long height, -u_long *raster, int +uint32 width, uint32 height, +uint32 *raster, int stopOnError)
int TIFFReadRGBAImageOriented(TIFF *
tif, -u_long width, u_long height, -u_long *raster, int orientation, +uint32 width, uint32 height, +uint32 *raster, int orientation, int stopOnError)