Loading a saving DNG files. More...
#include "../Frame.h"
#include <string>
Go to the source code of this file.
Classes | |
class | FCam::_DNGFrame |
A _Frame struct with added custom fields to encode DNG fields and a DNG thumbnail. More... | |
class | FCam::DNGFrame |
A DNGFrame is constructed by loadDNG, and contains all the metadata found in a DNG file. More... | |
Namespaces | |
namespace | FCam |
Main namespace for the API. | |
Functions | |
void | FCam::saveDNG (Frame frame, const std::string &filename) |
Save a DNG file. | |
DNGFrame | FCam::loadDNG (const std::string &filename) |
Load a DNG file. |
Loading a saving DNG files.
Definition in file DNG.h.