You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
patacongo f552862bb5 Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile 12 years ago
..
Makefile Missing comma in EVERY DELFILE/DELDIR macro call in every Makefile 12 years ago
README.txt Resync new repository with old repo r5166 13 years ago
tiff_addstrip.c Resync new repository with old repo r5166 13 years ago
tiff_finalize.c Resync new repository with old repo r5166 13 years ago
tiff_initialize.c Resync new repository with old repo r5166 13 years ago
tiff_internal.h Resync new repository with old repo r5166 13 years ago
tiff_utils.c Resync new repository with old repo r5166 13 years ago

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