| Title: | 'TinyDNG' C++ Header Files |
|---|---|
| Description: | Provides C++ header files for 'TinyDNG', a small header-only library for reading and writing 'DNG' and 'TIFF' files. |
| Authors: | Tyler Morgan-Wall [aut, cre, cph] (ORCID: <https://orcid.org/0000-0002-3131-3814>), Syoyo Fujita [aut, cph] (Original author of TinyDNG) |
| Maintainer: | Tyler Morgan-Wall <[email protected]> |
| License: | MIT + file LICENSE |
| Version: | 0.1.0-0 |
| Built: | 2026-06-09 19:21:16 UTC |
| Source: | https://github.com/cran/tinydng |
Provides C++ header files for TinyDNG.
To use these headers from another R package, add this to DESCRIPTION:
LinkingTo: tinydng
and include the headers in C++ code with:
#include <tinydng/tiny_dng_loader.h> #include <tinydng/tiny_dng_writer.h>