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. | |
Image | thumbnail () const |
Retrieve the thumbnail stored in the DNG file this frame was created from. |
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 57 of file DNG.h.
FCam::DNGFrame::DNGFrame | ( | _DNGFrame * | f = NULL |
) |
Image FCam::DNGFrame::thumbnail | ( | ) | const [inline] |