LibRaw only reads files, not LibRaw only reads files, not writes. DNG format is TIFF format + some additional tags. So your options are: - Adobe DNG SDK - libtiff (you'll need to add tags using libtiff calls) - plain write w/o addional libraries. -- Alex Tutubalin @LibRaw LLC reply
LibRaw only reads files, not writes.
DNG format is TIFF format + some additional tags.
So your options are:
- Adobe DNG SDK
- libtiff (you'll need to add tags using libtiff calls)
- plain write w/o addional libraries.