Go to the documentation of this file.00001 #ifndef FCAM_JPEG_H
00002 #define FCAM_JPEG_H
00003
00007 #include "../Frame.h"
00008
00009 namespace FCam {
00010
00016 void saveJPEG(Frame, std::string filename, int quality=80);
00017
00021 void saveJPEG(Image, std::string filename, int quality=80);
00022 }
00023
00024 #endif