nuttx-apps/graphics/tiff
patacongo 1d7bb0fa07 Most of the changes needed to support Windows native clean; distclean is has a problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
2012-11-17 18:54:53 +00:00
..
Makefile Most of the changes needed to support Windows native clean; distclean is has a problem 2012-11-17 18:54:53 +00:00
README.txt Add TIFF unit test 2011-09-22 14:53:15 +00:00
tiff_addstrip.c Email address change in apps/ 2012-09-13 16:58:49 +00:00
tiff_finalize.c Email address change in apps/ 2012-09-13 16:58:49 +00:00
tiff_initialize.c Email address change in apps/ 2012-09-13 16:58:49 +00:00
tiff_internal.h Email address change in apps/ 2012-09-13 16:58:49 +00:00
tiff_utils.c Email address change in apps/ 2012-09-13 16:58:49 +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