00001 #ifndef FCAM_DNG_H 00002 #define FCAM_DNG_H 00003 00004 #include "../Frame.h" 00005 #include <string> 00006 00009 00010 namespace FCam { 00011 00012 class Lens; 00013 class Flash; 00014 00020 void saveDNG(Frame::Ptr frame, std::string filename, Lens *lens = NULL, Flash *flash = NULL); 00021 } 00022 00023 #endif 00024
1.5.6