TIFFWarning
NAMESYNOPSIS
DESCRIPTION
RETURN VALUES
SEE ALSO
NAME
TIFFWarning, TIFFSetWarningHandler − library warning interface
SYNOPSIS
#include <tiffio.h>
void TIFFWarning(const char *module, const char *fmt, ...)
#include <stdargh.h>
typedef void (*TIFFWarningHandler)(const char *module, const char *fmt, va_list ap);
TIFFWarningHandler TIFFSetWarningHandler(TIFFWarningHandler handler);
DESCRIPTION
TIFFWarning invokes the library-wide warning handler function to (normally) write a warning message to the stderr. The fmt parameter is a printf(3S) format string, and any number arguments can be supplied. The module parameter is interpreted as a string that, if non-zero, should be printed before the message; it typically is used to identify the software module in which a warning is detected.
Applications that desire to capture control in the event of a warning should use TIFFSetWarningHandler to override the default warning handler. A NULL (0) warning handler function may be installed to suppress error messages.
RETURN VALUES
TIFFSetWarningHandler returns a reference to the previous error handling function.
SEE ALSO
TIFFError(3TIFF), libtiff(3TIFF), printf(3)
Libtiff library home page: http://www.remotesensing.org/libtiff/
More Linux Commands
manpages/__fpurge.3.html
__fpurge(3) - purge a stream (Library - Linux man page).....
The function fpurge() clears the buffers of the given stream. For output streams this discards any unwritten output. For input streams this discards any input r
manpages/environ.7.html
environ(7) - user environment (Misc - Linux man page).......
environ.7 - The variable environ points to an array of pointers to strings called the environment. The last pointer in this array has the value NULL. (This vari
manpages/DMXChangeScreensAttributes.3.html
DMXChangeScreensAttributes(3) - change back-end screen attri
DMXChangeScreensAttributes() changes the geometries and positions of the DMX screen and DMX root windows on the back-end X servers. screen_count specifies the n
manpages/perl588delta.1.html
perl588delta(1) - what is new for perl v5.8.8 (Man Page)....
This document describes differences between the 5.8.7 release and the 5.8.8 release. Incompatible Changes There are no changes intentionally incompatible with 5
manpages/pipe.2.html
pipe(2) - create pipe (System calls - Linux man page).......
pipe() creates a pipe, a unidirectional data channel that can be used for interprocess communication. The array pipefd is used to return two file descriptors re
manpages/strcodes.3ncurses.html
strcodes(3ncurses) - curses terminfo global variables.......
This page summarizes variables provided by the curses librarys low-level terminfo interface. A more complete description is given in the curs_terminfo(3X) manua
manpages/Tcl_OutputBuffered.3.html
Tcl_OutputBuffered(3) - buffered I/O facilities using channe
The Tcl channel mechanism provides a device-independent and platform-independent mechanism for performing buffered input and output operations on a variety of f
manpages/XF86VidModeSetViewPort.3.html
XF86VidModeSetViewPort(3) - Extension library for the XFree8
These functions provide an interface to the server extension XFree86-VidModeExtension which allows the video modes to be queried and adjusted dynamically and mo
manpages/shrinkfile.1.html
shrinkfile(1) - shrink a file on a line boundary (Man Page)
The shrinkfile program shrinks files to a given size if the size is larger than maxsize, preserving the data at the end of the file. Truncation is performed on
manpages/audit.rules.7.html
audit.rules(7) a set of rules loaded in the kernel audit sys
audit.rules is a file containing audit rules that will be loaded by the audit daemons init script whenever the daemon is started. The auditctl program is used b
manpages/lcong48.3.html
lcong48(3) - generate uniformly distributed pseudo-random nu
These functions generate pseudo-random numbers using the linear congruential algorithm and 48-bit integer arithmetic. The drand48() and erand48() functions retu
manpages/expiry.1.html
expiry(1) - check password expiration and enforce password c
The expiry command checks (-c) the current password expiration and forces (-f) changes when required. It is callable as a normal user command. OPTIONS The optio
