summaryrefslogtreecommitdiff
path: root/support/dktools/libdk4bif.dox
blob: 97af207055d1720ec27bfc2bcd642d784737f695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**	@page	libdk4bif	libdk4bif

The libdk4bif library provides a unique API to read PNG, JPEG, NetPBM
and TIFF files. It uses the specialized libraries libpng, libjpeg and libtiff
but users do not need to care about the details of these libraries.

The following header files provide the API functions:

Header | Purpose
:----: | :-----:
dk4bif.h | Read image from file, return pointer to new dk4_bif_t structure, access image information.
dk4bifa.h | Image analysis.
dk4cs.h | Pixel conversion between different color spaces.
dk4pxres.h | Resample pixel components to different bit depth.
dk4pxbit.h | Bit constants.

*/