summaryrefslogtreecommitdiff
path: root/src/gd_tiff.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-08-14 15:52:43 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-08-14 16:11:05 +0200
commit9a3bd7077eff052913f9a3e65b99e40b4cfc18e9 (patch)
tree98ea13e32038076b7e6c1ba42c06828281725f0a /src/gd_tiff.c
parentb7a01fe6e3a2b70c4f77f577947d36ae925dad06 (diff)
downloadlibgd-9a3bd7077eff052913f9a3e65b99e40b4cfc18e9.tar.gz
Group the supported image formats in the menu of the docs
To do so we have to add Menu.txt to the project, but we can ignore Languages.txt and Topics.txt, at least for now.
Diffstat (limited to 'src/gd_tiff.c')
-rw-r--r--src/gd_tiff.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gd_tiff.c b/src/gd_tiff.c
index 26805ff..b4f1e63 100644
--- a/src/gd_tiff.c
+++ b/src/gd_tiff.c
@@ -29,6 +29,15 @@
*/
/* $Id$ */
+/**
+ * File: TIFF IO
+ *
+ * Read and write TIFF images.
+ *
+ * There is only most basic support for the TIFF format available for now;
+ * for instance, multiple pages are not yet supported.
+ */
+
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif