nuttx-apps/graphics/tiff
Alin Jerpelea ec339bc49a Makefiles: Gregory Nutt: update licenses to Apache
Gregory Nutt is the copyright holder for those files and he has submitted the
SGA as a result we can migrate the licenses to Apache.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-06-07 21:35:33 -05:00
..
Kconfig Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
README.md Rewritten READMEs to Markdown 2020-07-25 01:01:51 -07: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

Graphics / tiff 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.