Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 26) sorted by relevance

12

/libtiff-4.0.7/archive/tools/
H A Dbmp2tiff.c298 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 Dtiffstream.cpp37 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 Dtiffstream.h32 static tsize_t read(thandle_t fd, tdata_t buf, tsize_t size);
H A DREADME9 (e.g. read, write, seek and close) into the tiff's library client state.
/libtiff-4.0.7/tools/
H A Dtiffdump.c175 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 Draw2tiff.c301 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 Dtiff2pdf.c2170 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 Dfax2ps.c401 while ((n = read(fileno(stdin), buf, sizeof (buf))) > 0) { in main()
/libtiff-4.0.7/contrib/win_dib/
H A DREADME.Tiffile3 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 DTODO4 o tiffcmp read data by strip/tile instead of scanline
H A DHOWTO-SECURITY-RELEASE4 Libtiff can be a significant security risk as many tools use it to read
H A DChangeLog121 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 DREADME14 If you don't have an HTML viewer then you can read the HTML source
H A DCMakeLists.txt535 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 Dconfigure.ac707 [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 DREADME26 files. In my applications I had already read a TIFF or other format
/libtiff-4.0.7/libtiff/
H A Dtiffconf.h-vms55 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
H A Dtiffconf.h.in80 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
H A Dtiffconf.h.cmake.in83 /* Support Old JPEG compresson (read contrib/ojpeg/README first! Compilation
H A Dtif_unix.c87 count=read(fdh.fd, buf_offset, (TIFFIOSize_t) io_size); in _tiffReadProc()
H A Dtif_stream.cxx125 data->stream->read((char *) buf, request_size); in _tiffisReadProc()
H A Dtif_vms.c57 return (read((int) fd, buf, size)); in _tiffReadProc()
H A Dtif_config.h.in219 /* Support Old JPEG compresson (read-only) */
/libtiff-4.0.7/contrib/tags/
H A DREADME9 Please read over the html/addingtags.html in preference to the below
/libtiff-4.0.7/contrib/pds/
H A DREADME39 screen. I was able to use this iterator to read 16-bit greyscale and 32-

12