Skip to content

cran/tinydng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinydng

tinydng is a header-provider R package for TinyDNG. It installs the TinyDNG C++ headers for use by downstream R packages through LinkingTo.

To use tinydng from another R package, add:

LinkingTo: tinydng

to DESCRIPTION and include:

#include <tinydng/tiny_dng_loader.h>
#include <tinydng/tiny_dng_writer.h>

in the downstream C++ source. If the downstream package defines TINY_DNG_LOADER_IMPLEMENTATION and the header expects stb_image.h, the downstream package must ensure stb_image.h is available on the include path or must define TINY_DNG_LOADER_NO_STB_IMAGE_INCLUDE and provide the required declarations/implementation itself.

About

❗ This is a read-only mirror of the CRAN R package repository. tinydng — 'TinyDNG' C++ Header Files. Homepage: https://github.com/tylermorganwall/tinydng Report bugs for this package: https://github.com/tylermorganwall/tinydng/issues

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages