Loading and Saving JPEGs. More...
#include "../Frame.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. |
Loading and Saving JPEGs.
Definition in file JPEG.h.