nuttx-apps/graphics/tiff
Xiang Xiao deaa6c5b7b build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs
and move NUTTXLIB defintion to the common place

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-07-09 15:17:37 -03:00
..
Kconfig Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Make.defs apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
Makefile build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs 2020-07-09 15:17:37 -03:00
README.txt Add TIFF unit test 2011-09-22 14:53:15 +00:00
tiff_addstrip.c Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
tiff_finalize.c Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
tiff_initialize.c Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
tiff_internal.h Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
tiff_utils.c Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -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