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.
 
 
 
 
 
 
蔡享 ee36ad151a PX4 v1.17.0 + cuav 7-nano minimal_vtol 1 month ago
..
Kconfig PX4 v1.17.0 + cuav 7-nano minimal_vtol 1 month ago
Make.defs PX4 v1.17.0 + cuav 7-nano minimal_vtol 1 month ago
Makefile PX4 v1.17.0 + cuav 7-nano minimal_vtol 1 month ago
README.md PX4 v1.17.0 + cuav 7-nano minimal_vtol 1 month ago
tiff_addstrip.c PX4 v1.17.0 + cuav 7-nano minimal_vtol 1 month ago
tiff_finalize.c PX4 v1.17.0 + cuav 7-nano minimal_vtol 1 month ago
tiff_initialize.c PX4 v1.17.0 + cuav 7-nano minimal_vtol 1 month ago
tiff_internal.h PX4 v1.17.0 + cuav 7-nano minimal_vtol 1 month ago
tiff_utils.c PX4 v1.17.0 + cuav 7-nano minimal_vtol 1 month ago

README.md

Graphics / tiff 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.