nuttx-apps/graphics/tiff
patacongo d9beaf16c2 More TIFF fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3973 42af7a65-404d-4744-a932-0658087f49c3
2011-09-23 14:10:55 +00:00
..
Makefile Add TIFF unit test 2011-09-22 14:53:15 +00:00
README.txt Add TIFF unit test 2011-09-22 14:53:15 +00:00
tiff_addstrip.c TIFF library now passes its unit test 2011-09-22 18:28:42 +00:00
tiff_finalize.c More TIFF fixes 2011-09-23 14:10:55 +00:00
tiff_initialize.c More TIFF fixes 2011-09-23 14:10:55 +00:00
tiff_internal.h TIFF library now passes its unit test 2011-09-22 18:28:42 +00:00
tiff_utils.c Minor TIFF updates 2011-09-22 21:34:40 +00:00

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