nuttx-apps/graphics/tiff
2018-09-03 09:29:56 -06:00
..
.gitignore
Kconfig
Make.defs
Makefile apps/: Modification to build system: Unified application compilation rules 2018-09-03 09:29:56 -06:00
README.txt
tiff_addstrip.c Replace all ASSERT calls to DEBUGASSERT 2018-08-24 06:19:35 -06:00
tiff_finalize.c Replace all ASSERT calls to DEBUGASSERT 2018-08-24 06:19:35 -06:00
tiff_initialize.c Replace all ASSERT calls to DEBUGASSERT 2018-08-24 06:19:35 -06:00
tiff_internal.h
tiff_utils.c Replace all ASSERT calls to DEBUGASSERT 2018-08-24 06:19:35 -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