summaryrefslogtreecommitdiff
path: root/support/dktools/libdk4bif.dox
diff options
context:
space:
mode:
Diffstat (limited to 'support/dktools/libdk4bif.dox')
-rw-r--r--support/dktools/libdk4bif.dox17
1 files changed, 0 insertions, 17 deletions
diff --git a/support/dktools/libdk4bif.dox b/support/dktools/libdk4bif.dox
deleted file mode 100644
index 97af207055..0000000000
--- a/support/dktools/libdk4bif.dox
+++ /dev/null
@@ -1,17 +0,0 @@
-/** @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.
-
-*/