Home
last modified time | relevance | path

Searched refs:client (Results 1 – 4 of 4) sorted by relevance

/libtiff-4.0.7/contrib/tags/
H A DREADME26 a new revision of libtiff came out the client would have to
30 The latest versions of libtiff now provide client software new routines,
32 rather than compile-time. This means that the client may encapsulate
62 tidata_t tif_clientdir; /* client TIFF directory */
73 your own tags into a client tag extender. The module is called
77 To see how the client module operates, there are three "fake"
110 Once you have edited these files, you may build the client module
/libtiff-4.0.7/contrib/stream/
H A DREADME9 (e.g. read, write, seek and close) into the tiff's library client state.
16 user. The implementation assumes client responsibility to delete the stream
/libtiff-4.0.7/tools/
H A Dtiff2pdf.c365 thandle_t client = TIFFClientdata(tif); in t2pReadFile() local
368 return proc(client, data, size); in t2pReadFile()
376 thandle_t client = TIFFClientdata(tif); in t2pWriteFile() local
379 return proc(client, data, size); in t2pWriteFile()
386 thandle_t client = TIFFClientdata(tif); in t2pSeekFile() local
389 return proc(client, offset, whence); in t2pSeekFile()
/libtiff-4.0.7/
H A DChangeLog5197 TIFFClientOpen() when the appropriate client functions was not