Searched refs:tif (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp198 TIFF* tif = TIFFClientOpen("TIFFTranslator", "r", inSource, local
201 if (!tif)
208 } while (TIFFReadDirectory(tif));
225 if (!TIFFSetDirectory(tif, documentIndex - 1)) {
249 TIFFClose(tif);
252 *poutTIFF = tif;
481 write_tif_stream(TIFF* tif, BPositionIO* inSource, color_space format, argument
493 TIFFSetField(tif, TIFFTAG_EXTRASAMPLES, 1, extraSamples);
494 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXEL, 4);
502 TIFFSetField(tif, TIFFTAG_SAMPLESPERPIXE
659 TIFF* tif = TIFFClientOpen("TIFFTranslator", "w", outDestination, local
[all...]

Completed in 29 milliseconds