A DNGFrame is constructed by loadDNG, and contains all the metadata found in a DNG file. More...
#include <DNG.h>
Public Member Functions | |
DNGFrame (_DNGFrame *f=NULL) | |
DNGFrames are normally created by loadDNG. | |
DNGFrame (_DNGFrame *f=NULL) | |
DNGFrames are normally created by loadDNG. |
A DNGFrame is constructed by loadDNG, and contains all the metadata found in a DNG file.
The DNGPrivateData field is used to losslessly store all FCam::Frame fields and the TagMap. If a thumbnail is stored in the DNG file, it can be retrieved using the thumbnail method.
Definition at line 72 of file DNG.h.
FCam::DNGFrame::DNGFrame | ( | _DNGFrame * | f = NULL |
) |
FCam::DNGFrame::DNGFrame | ( | _DNGFrame * | f = NULL |
) |