Namespaces | Functions

include/FCam/processing/JPEG.h File Reference

Loading and Saving JPEGs. More...

#include "../Frame.h"
Include dependency graph for JPEG.h:

Go to the source code of this file.

Namespaces

namespace  FCam
 

Main namespace for the API.


Functions

void FCam::saveJPEG (Frame, std::string filename, int quality=80)
 Save a JPEG file.
void FCam::saveJPEG (Image, std::string filename, int quality=80)
 Save an image as a JPEG file.

Detailed Description

Loading and Saving JPEGs.

Definition in file JPEG.h.