nuttx-apps/graphics/tiff
2015-10-03 11:03:42 -06:00
..
.gitignore Clone svn:ignore directory atributed to .gitignore files 2013-04-04 14:27:29 -06:00
Makefile Changes to many Makefiles. For kernel buil object containing main cannot go into library because of name collisions. The object file must be handled as a special case in every Makefile 2014-09-07 08:45:38 -06:00
README.txt Add TIFF unit test 2011-09-22 14:53:15 +00:00
tiff_addstrip.c More trailing whilespace removal 2014-04-13 16:24:28 -06:00
tiff_finalize.c More trailing whilespace removal 2014-04-13 16:24:28 -06:00
tiff_initialize.c Fix several cosmetic, C coding style issues 2015-10-03 11:03:42 -06:00
tiff_internal.h Fix several cosmetic, C coding style issues 2015-10-03 11:03:42 -06:00
tiff_utils.c More trailing whilespace removal 2014-04-13 16:24:28 -06: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