nuttx-apps/graphics/tiff
simbit18 1707be3977 graphics: Fix nxstyle errors
error: Bad alignment
error: Right brace must be followed by a blank line
error: Long line found
2023-05-03 17:35:05 +08:00
..
Kconfig
Make.defs Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),) 2022-10-16 14:59:08 +02:00
Makefile
README.md
tiff_addstrip.c
tiff_finalize.c graphics: Fix nxstyle errors 2023-05-03 17:35:05 +08:00
tiff_initialize.c
tiff_internal.h
tiff_utils.c

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.