nuttx-apps/graphics/tiff/README.md

13 lines
413 B
Markdown
Raw Normal View History

2020-07-23 15:19:35 +02:00
# Graphics / `tiff` TIFF Creation Library
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.
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`.
2020-07-23 15:19:35 +02:00
## Unit Test
2020-07-23 15:19:35 +02:00
See `apps/examples/tiff`.