• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

include/FCam/processing/JPEG.h

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

Generated on Mon Aug 16 2010 14:25:45 for FCam by  doxygen 1.7.1