TIFFError, TIFFSetErrorHandler - library error handling interface
void TIFFError(const char *module, const char *fmt, ...)
#include <stdarg.h>
typedef void (*TIFFErrorHandler)(const char *module, const char *fmt, va_list ap);
TIFFErrorHandler TIFFSetErrorHandler(TIFFErrorHandler handler);
Applications that desire to capture control in the event of an error should use TIFFSetErrorHandler to override the default error handler. A NULL (0) error handling function may be installed to suppress error messages.
Libtiff library home page: http://www.remotesensing.org/libtiff/
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |