2020-07-23 15:19:35 +02:00
|
|
|
# Graphics / `tiff` TIFF Creation Library
|
2011-09-22 16:53:15 +02:00
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
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.
|
2011-09-22 16:53:15 +02:00
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
The only usage documentation is in the (rather extensive) comments in the file
|
|
|
|
`apps/include/tiff.h`.
|
2011-09-22 16:53:15 +02:00
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
## Unit Test
|
2011-09-22 16:53:15 +02:00
|
|
|
|
2020-07-23 15:19:35 +02:00
|
|
|
See `apps/examples/tiff`.
|