The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
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.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.