|
|
ifl/iflBitArray(3) -- limited subscriptable bit array class
|
|
#include |
|
ifl/iflBMP(3) -- Windows bitmap format image file
|
|
This Image Format Library provides support to read/write image files stored in Windows Bitmap Image File (BMP) format. The default extension for image files in the BMP format is '.bmp'. When you create a file with that extension IFL will assume you want the BMP format, unless you override it with the iflFormat parameter. In addition to all the standard iflFile methods, this format supprts an number of format specific operations via the getItem() and setItem() methods. The tag values supported ... |
|
ifl/iflClassList(3) -- class inheritance chain
|
|
#include |
|
ifl/iflColormap(3) -- class for defining colormaps
|
|
#include |
|
ifl/iflColorModelChans(3) -- color model utilities
|
|
The iflColorModelChans() function is provided to return the number of channels associated with a color model; it is standalone and is not a member function of any object. Given a color model cm, this function returns the number of channels associated with it. For example, for the iflRGB color model, a value of 3 will be returned; for the iflMinWhite color model a value of 1 will be returned. A value of zero is returned if the color model is iflMultiSpectral. The iflColorModelHasAlpha() function ... |
|
ifl/iflConfig(3) -- class for pixel abstraction
|
|
#include |
|
ifl/iflDatabase(3) -- access to image file format database
|
|
#include |
|
ifl/iflDataSize(3) -- convenience functions for using IFL data types
|
|
These functions operate on IFL data types and are provided for convenience. Each function is standalone and is not a member function of any object. The data types used in the IFL are specified by the enumerated type, iflType, as defined in . The following IFL data types are valid: iflBit, iflUChar, iflChar, iflUShort, iflShort, iflUInt, iflInt, iflFloat, iflDouble. iflDataClosestType() returns the data type closest to the desired type in the set specified by the mask of data type... |
|
ifl/iflDictionary(3) -- implements a dictionary of named elements
|
|
#include |
|
ifl/iflError(3) -- error handling
|
|
These functions are used to report errors and control how those errors are handled in the IFL environment. These facilities can also be used to generate debugging messages. The routines are grouped into three functional areas: error reporting, error handling, and status code translation. |
|
ifl/iflFile(3) -- abstraction for image file access
|
|
#include |
|
ifl/iflFileConfig(3) -- iflFile configuration descriptor
|
|
#include |
|
ifl/iflFileDesc(3) -- IFL's image file descriptor
|
|
#include |