00001 #ifndef FCAM_JPEG_H 00002 #define FCAM_JPEG_H 00003 00007 #include "../Frame.h" 00008 00009 namespace FCam { 00010 class Lens; 00011 class Flash; 00012 00019 void saveJPEG(Frame::Ptr frame, std::string filename, 00020 int quality=80, Lens *lens = NULL, Flash *flash = NULL); 00021 } 00022 00023 #endif
1.5.6