px4-firmware/apps/graphics/tiff
patacongo 2581506dfb Move some (hopefully) un-necessary quotes in Makefiles for Mike
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
2012-11-15 17:43:29 +00:00
..
Makefile Move some (hopefully) un-necessary quotes in Makefiles for Mike 2012-11-15 17:43:29 +00:00
README.txt Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
tiff_addstrip.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
tiff_finalize.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
tiff_initialize.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
tiff_internal.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
tiff_utils.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00

README.txt

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