nuttx-apps/graphics/tiff
2016-06-11 15:51:27 -06:00
..
.gitignore
Kconfig Add kconfig files for pcode and tiff 2016-06-02 16:34:22 +02:00
Make.defs make the full tree use wildcards make.defs 2016-06-02 16:21:21 +02:00
Makefile Add empty preconfig rules to 'leaf' makefiles 2016-06-02 16:24:30 +02:00
README.txt
tiff_addstrip.c
tiff_finalize.c
tiff_initialize.c Change names of *dbg() * *err() 2016-06-11 15:51:27 -06:00
tiff_internal.h Fix several cosmetic, C coding style issues 2015-10-03 11:03:42 -06:00
tiff_utils.c

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