Home
last modified time | relevance | path

Searched refs:emsg (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.c108 sprintf(emsg, "Missing needed %s tag", photoTag); in TIFFImageIterBegin()
134 sprintf(emsg, "Sorry, can not handle YCbCr images with %s=%d", in TIFFImageIterBegin()
151 sprintf(emsg, "Sorry, can not handle RGB image with %s=%d", in TIFFImageIterBegin()
160 sprintf(emsg, "Sorry, can not handle separated image with %s=%d", in TIFFImageIterBegin()
172 sprintf(emsg, "Sorry, can not handle image with %s=%d", in TIFFImageIterBegin()
237 char emsg[1024]; in TIFFReadImageIter() local
241 if (TIFFImageIterBegin(&img, tif, stop, emsg)) { in TIFFReadImageIter()
246 TIFFErrorExt(tif->tif_clientdata, TIFFFileName(tif), emsg); in TIFFReadImageIter()
482 char emsg[1024]; in main() local
503 if (TIFFImageIterBegin(&img, tif, stop, emsg)) { in main()
[all …]
/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c123 sprintf(emsg, in TIFFRGBAImageOK()
157 sprintf(emsg, in TIFFRGBAImageOK()
163 sprintf(emsg, in TIFFRGBAImageOK()
277 if( !TIFFRGBAImageOK(tif, emsg) ) in TIFFRGBAImageBegin()
381 sprintf(emsg, in TIFFRGBAImageBegin()
528 char emsg[1024] = ""; in TIFFReadRGBAImageOriented() local
532 if (TIFFRGBAImageOK(tif, emsg) && TIFFRGBAImageBegin(&img, tif, stop, emsg)) { in TIFFReadRGBAImageOriented()
2819 char emsg[1024] = ""; in TIFFReadRGBAStrip() local
2839 if (TIFFRGBAImageOK(tif, emsg) && TIFFRGBAImageBegin(&img, tif, 0, emsg)) { in TIFFReadRGBAStrip()
2870 char emsg[1024] = ""; in TIFFReadRGBATile() local
[all …]
/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp94 char emsg[1024]; in ReadTIFF() local
96 if (TIFFRGBAImageOK(tif, emsg)) { in ReadTIFF()
98 char emsg[1024]; in ReadTIFF() local
100 if (TIFFRGBAImageBegin(&img.tif, tif, -1, emsg)) { in ReadTIFF()
118 TRACE("Unable to open image(%s): %s\n", lpszPath, emsg ); in ReadTIFF()