nuttx-apps/graphics/tiff
Alin Jerpelea 39c4ef6ca2 apps: graphics: tiff: 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>
2022-03-11 00:14:32 +02:00
..
Kconfig
Make.defs
Makefile
README.md
tiff_addstrip.c apps: graphics: tiff: update licenses to Apache 2022-03-11 00:14:32 +02:00
tiff_finalize.c apps: graphics: tiff: update licenses to Apache 2022-03-11 00:14:32 +02:00
tiff_initialize.c apps: graphics: tiff: update licenses to Apache 2022-03-11 00:14:32 +02:00
tiff_internal.h apps: graphics: tiff: update licenses to Apache 2022-03-11 00:14:32 +02:00
tiff_utils.c apps: graphics: tiff: update licenses to Apache 2022-03-11 00:14:32 +02: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.