xiuos/Ubiquitous/Nuttx/apps/graphics/tiff
TangYiwen123 804bd57aa0 Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
..
Kconfig Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
Make.defs Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
Makefile Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
README.md Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
tiff_addstrip.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
tiff_finalize.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
tiff_initialize.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
tiff_internal.h Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
tiff_utils.c Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00

README.md

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.