nuttx-apps/graphics/tiff
2020-03-22 23:09:40 -05:00
..
.gitignore Revert "Don't generate .depend anymore" 2020-03-22 23:09:40 -05:00
Kconfig
Make.defs
Makefile
README.txt
tiff_addstrip.c
tiff_finalize.c
tiff_initialize.c
tiff_internal.h
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