summaryrefslogtreecommitdiff
path: root/apps/graphics/tiff/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/tiff/README.txt')
-rw-r--r--apps/graphics/tiff/README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/graphics/tiff/README.txt b/apps/graphics/tiff/README.txt
new file mode 100644
index 000000000..b414107ff
--- /dev/null
+++ b/apps/graphics/tiff/README.txt
@@ -0,0 +1,15 @@
+README for the TIFF Creation Library
+=====================================
+
+This directory contains a library that can be used to create TIFF image
+files. This file was created for the purpose of supporting screen dumps
+from an LCD. Howeve, the logic is general and could be used for most
+any purpose.
+
+The only usage documentation is in the (rather extensive) comments in
+the file apps/include/tiff.h
+
+Unit Test
+=========
+
+See apps/examples/tiff