| 
    VideoTools
    
   | 
 
#include "gdef.h"#include "grdef.h"#include "grimagedata.h"#include "grimagebuffer.h"#include "gpath.h"#include "gexception.h"#include <map>#include <string>#include <cstdio>#include <vector>#include <iostream>#include <utility>Go to the source code of this file.
Classes | |
| class | Gr::Jpeg | 
| A scoping class for other jpeg classes.  More... | |
| class | Gr::JpegInfo | 
| Provides some basic information about a jpeg image without full decoding.  More... | |
| class | Gr::JpegReader | 
| A read interface for libjpeg.  More... | |
| class | Gr::JpegWriter | 
| A write interface for libjpeg.  More... | |
Namespaces | |
| Gr | |
| Static image classes.  | |
Typedefs | |
| typedef unsigned char | Gr::jpeg_byte | 
| Equivalent to libjpeg JSAMPLE. A static-assert checks the size.  | |