| /libtiff-4.0.7/archive/tools/ |
| H A D | bmp2tiff.c | 298 if (read(fd, file_hdr.bType, 2) != 2) { in main() 315 if (read(fd, &file_hdr.iOffBits, 4) != 4) { in main() 337 if (read(fd, &info_hdr.iSize, 4) != 4) { in main() 359 if ((read(fd, &info_hdr.iWidth, 4) != 4) || in main() 399 if ( read(fd, &iShort, 2) != 2 ) { in main() 408 if ( read(fd, &iShort, 2) != 2 ) { in main() 417 if (read(fd, &iShort, 2) != 2 ) { in main() 426 if ( read(fd, &iShort, 2) != 2 ) { in main() 487 if ( read(fd, clr_tbl, n_clr_elems * clr_tbl_size) in main() 624 if (read(fd, scanbuf, size) != (long) size) { in main() [all …]
|
| /libtiff-4.0.7/contrib/stream/ |
| H A D | tiffstream.cpp | 37 read, in makeFileStream() 58 read, in makeFileStream() 79 read, in makeFileStream() 90 TiffStream::read(thandle_t fd, tdata_t buf, tsize_t size) in read() function in TiffStream 102 istr->read(reinterpret_cast<char*>(buf), actual); in read()
|
| H A D | tiffstream.h | 32 static tsize_t read(thandle_t fd, tdata_t buf, tsize_t size);
|
| H A D | README | 9 (e.g. read, write, seek and close) into the tiff's library client state.
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffdump.c | 175 if (read(fd, (char*) &hdr, sizeof (TIFFHeaderCommon)) != sizeof (TIFFHeaderCommon)) in dump() 198 if (read(fd, (char*) &hdr.classic.tiff_diroff, 4) != 4) in dump() 211 if (read(fd, (char*) &hdr.big.tiff_offsetsize, 12) != 12) in dump() 317 if (read(fd, (char*) &dircount, sizeof (uint16)) != sizeof (uint16)) { in ReadDirectory() 326 if (read(fd, (char*) &dircount64, sizeof (uint64)) != sizeof (uint64)) { in ReadDirectory() 344 n = read(fd, (char*) dirmem, dircount*direntrysize); in ReadDirectory() 360 if (read(fd, (char*) &nextdiroff32, sizeof (uint32)) != sizeof (uint32)) in ReadDirectory() 366 if (read(fd, (char*) &nextdiroff, sizeof (uint64)) != sizeof (uint64)) in ReadDirectory() 486 else if (read(fd, datamem, (size_t)datasize) != (TIFF_SSIZE_T)datasize) in ReadDirectory()
|
| H A D | raw2tiff.c | 301 if (read(fd, buf, linebytes) < 0) { in main() 317 if (read(fd, buf1, bufsize) < 0) { in main() 427 if (read(fd, buf1, scanlinesize) != in guessSize() 433 if (read(fd, buf2, scanlinesize) != in guessSize()
|
| H A D | tiff2pdf.c | 2170 tsize_t read=0; in t2p_readwrite_pdf_image() local 2458 read = in t2p_readwrite_pdf_image() 2463 if(read==-1){ in t2p_readwrite_pdf_image() 2506 read = in t2p_readwrite_pdf_image() 2546 read = in t2p_readwrite_pdf_image() 2551 if(read==-1){ in t2p_readwrite_pdf_image() 2769 tsize_t read=0; in t2p_readwrite_pdf_image_tile() local 2949 if(read==-1){ in t2p_readwrite_pdf_image_tile() 2988 read = in t2p_readwrite_pdf_image_tile() 2993 if(read==-1){ in t2p_readwrite_pdf_image_tile() [all …]
|
| H A D | fax2ps.c | 401 while ((n = read(fileno(stdin), buf, sizeof (buf))) > 0) { in main()
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | README.Tiffile | 3 I attached a file that uses RGBA interface (tif_getimage.c) to read a tiff 4 file and convert to a DIB. It's advantage is that it is easy to read *any* 8 pixel, rather than 1 bit). I read tiff files, but don't need to
|
| /libtiff-4.0.7/ |
| H A D | TODO | 4 o tiffcmp read data by strip/tile instead of scanline
|
| H A D | HOWTO-SECURITY-RELEASE | 4 Libtiff can be a significant security risk as many tools use it to read
|
| H A D | ChangeLog | 121 SMaxSampleValue when they have been read and the value of 178 * tools/tiffcrop.c: fix read of undefined buffer in 191 read floating point images. 284 * libtiff/tif_read.c: Fix out-of-bounds read on 459 read attempts 852 read". 854 read". 856 read". 858 read". 860 read". [all …]
|
| H A D | README | 14 If you don't have an HTML viewer then you can read the HTML source
|
| H A D | CMakeLists.txt | 535 option(old-jpeg "support for Old JPEG compression (read-only)" ON) 650 option(chunky-strip-read "enable reading large strips in chunks for TIFFReadScanline() (experimenta… 651 set(CHUNKY_STRIP_READ_SUPPORT ${chunky-strip-read})
|
| H A D | configure.ac | 707 [disable support for Old JPEG compresson (read-only, enabled by default)]), 712 [Support Old JPEG compresson (read-only)]) 998 AC_ARG_ENABLE(chunky-strip-read, 999 AS_HELP_STRING([--enable-chunky-strip-read],
|
| /libtiff-4.0.7/contrib/mfs/ |
| H A D | README | 26 files. In my applications I had already read a TIFF or other format
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tiffconf.h-vms | 55 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
|
| H A D | tiffconf.h.in | 80 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
|
| H A D | tiffconf.h.cmake.in | 83 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
|
| H A D | tif_unix.c | 87 count=read(fdh.fd, buf_offset, (TIFFIOSize_t) io_size); in _tiffReadProc()
|
| H A D | tif_stream.cxx | 125 data->stream->read((char *) buf, request_size); in _tiffisReadProc()
|
| H A D | tif_vms.c | 57 return (read((int) fd, buf, size)); in _tiffReadProc()
|
| H A D | tif_config.h.in | 219 /* Support Old JPEG compresson (read-only) */
|
| /libtiff-4.0.7/contrib/tags/ |
| H A D | README | 9 Please read over the html/addingtags.html in preference to the below
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | README | 39 screen. I was able to use this iterator to read 16-bit greyscale and 32-
|